30 Mayıs 2019 Perşembe

SpringAsync @EnableAsync Anotasyonu

Giriş
Açıklaması şöyle.
Another fact is that the class annotated with @EnableAsync must be a @Configuration as well.
Örnek
Şöyle yaparız.
@EnableAsync
@Configuration
public class AsyncConfiguration { }
mode Alanı
Şöyle yaparız.
@EnableAsync(mode = AdviceMode.ASPECTJ)
@EnableTransactionManagement(mode = AdviceMode.ASPECTJ)

Hiç yorum yok:

Yorum Gönder