spring boot 笔记

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

启动类注解
1、@Controller

   @EnableAutoConfiguration

  @ComponentScan
或

2、@SpringBootApplication
原文地址:https://www.cnblogs.com/qingyibusi/p/7350765.html