随笔分类 -  springboot

springboot/微服务
摘要:从上一篇文章《深入springboot原理——一步步分析springboot启动机制(starter机制)》 我们已经知道springboot的起步依赖与自动配置的机制。spring-boot-starter-xxx是官方提供的starter,xxx-spring-boot-starter是第三方提 阅读全文
posted @ 2019-01-29 18:42 ITPSC 阅读(17851) 评论(3) 推荐(5)
摘要:前言 使用过springboot的同学应该已经知道,springboot通过默认配置了很多框架的使用方式帮我们大大简化了项目初始搭建以及开发过程。本文的目的就是一步步分析springboot的启动过程,分析springboot是如何帮我们简化这个过程的。 springboot帮我们做了什么 通常搭建 阅读全文
posted @ 2019-01-28 22:13 ITPSC 阅读(67374) 评论(23) 推荐(33)