摘要: 基本实现代码: public class TestMain { public static void main(String[] args) throws IOException { //资源解析器 ResourcePatternResolver resolver = new PathMatchin 阅读全文
posted @ 2018-04-02 08:19 SheaChen 阅读(180) 评论(0) 推荐(0)
摘要: 使用了很长时间的springboot了,一直都知道它简单易用,简化了框架的搭建过程,但是还是不知道它是如何启动的,今天就跟着springboot的源码,去探探这其中的奥妙 以下是spring应用的启动: @SpringBootApplication public class Application 阅读全文
posted @ 2018-04-02 08:18 SheaChen 阅读(2079) 评论(1) 推荐(0)