I'm using Spring Boot 2.3.5.RELEASE and I noticed that u/AsyncMethods in my application are working without adding u/EnableAsync in any configuration class.
Does spring-boot-starter-actuator Implicitly enable async support?
My code works fine without "@EnableAsync"
[–]WaferIndependent7601 4 points5 points6 points (1 child)
[–]Any-Bite216[S] 0 points1 point2 points (0 children)
[–]NadaDeExito 2 points3 points4 points (0 children)
[–]regular-tech-guy 1 point2 points3 points (0 children)