Spring Boot 启用应用:

error:

No mapping found for HTTP request with URI [/…] in DispatcherServlet with name 'dispatcherServlet'

solution:

@SpringBootApplication(scanBasePackages={"micro.service.basic",

 

相关文章: