Spring Boot asynchronous request

one of my SpringBoot projects, hoping to configure an asynchronous request, has the following error
clipboard.png
but there is no web.xml in SpringBoot. How should I configure it?


ides/gs-async-method/blob/8f0b3f1ff4a7b55186717b3d2e30e1fa8a8973f2/complete/src/main/java/hello/Application.java" rel=" nofollow noreferrer "> @ EnableAsync


springboot is configured in the application.properties file under the resources directory. You don't need xml, and you can use yml as the configuration file.

Menu