how does multithreading work in spring boot with tomcat if we use @EnableAsync and configure bean named taskExecutor?

后端 未结 0 1215
灰色年华
灰色年华 2020-12-23 03:24

I have defined a config file for my spring boot application which uses tomcat server. The configuration is as follows:

@Configuration
@EnableAsync
public clas         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题