Is there a way to turn on Spring\'s Async configuration from XML? All the examples I saw are using programmatic context declaration and use @EnableAsync
@EnableAsync
Yes, you can use something like this
According to the Spring documentation, this is equivalent to using @EnableAsync