1.不能访问非启动类中的@RequestMapping 路径:

启动类注解
1、@Controller

   @EnableAutoConfiguration

  @ComponentScan
或

2、@SpringBootApplication

相关文章: