有没有办法从XML打开Spring的Async配置?我看到的所有示例都使用程序化上下文声明和使用@EnableAsync
@EnableAsync
是否有XML等价物.在某些地方,我看到<context:annotation-config />被使用,但这没有提到任何关于异步的事情.
<context:annotation-config />
我正在使用Spring 4.
java spring asynchronous
asynchronous ×1
java ×1
spring ×1