spring boot 筆記

不知為何就叫呵呵發表於2017-08-12

1.不能訪問非啟動類中的@RequestMapping 路徑:

啟動類註解
1、@Controller

   @EnableAutoConfiguration

  @ComponentScan
或

2、@SpringBootApplication

相關文章