Bob Lukens
Bob Lukens

Reputation: 720

Configuring mvc async task executor in springboot application

I am trying to override the default task executor used by the RequestMappingHandlerAdapter bean in a SpringBoot/SpringMVC application.

The javadocs recommend to replace the use of the default but do not give any indication on how to do this nor can I find anything in the SpringBoot documentation.

Upvotes: 2

Views: 5645

Answers (1)

Related Questions