摘要:
规定请求方式 RequestMapping(value="/hello" Method=RequestMethod.GET) @RequestMapping(value="/hello" Method="Request.Method.GET") @ResponseBody public String 阅读全文
posted @ 2018-07-26 15:08
637
阅读(92)
评论(0)
推荐(0)
摘要:
Springboot的运行流程 1、判断是否是web环境 2、加载左右Classpath下的META-INF/spring.factories ApplicationContextInitializer 3、加载所有classpath下的META-INF/spring.factories Appli 阅读全文
posted @ 2018-07-26 10:06
637
阅读(84)
评论(0)
推荐(0)