摘要: @EnableAutoConfiguration @RestController @RequestMapping 、@GetMapping、@PostMapping @Import、@ImportResource、@Configuration 、@PropertySources @Value、 @C 阅读全文
posted @ 2018-10-18 09:55 黄进广寒 阅读(207) 评论(0) 推荐(0) 编辑
摘要: Spring 最初利用“工厂模式”( DI )和“代理模式”( AOP )解耦应用组件。大家觉得挺好用,于是按照这种模式搞了一个 MVC 框架(一些用 Spring 解耦的组件),用开发 web 应用( SpringMVC )。然后有发现每次开发都要搞很多依赖,写很多样板代码很麻烦,于是搞了一些懒人 阅读全文
posted @ 2018-10-18 09:51 黄进广寒 阅读(541) 评论(0) 推荐(0) 编辑