Loading

摘要: 从main函数说起 一切的开始要从SpringbootApplication注解说起。 其中最重要的就是EnableAutoConfiguration注解,开启自动配置。 通过Import注解导入 AutoConfigurationImportSelector 。在这个类中加载 /META INF/ 阅读全文
posted @ 2019-08-29 09:35 歪头儿在北京 阅读(1202) 评论(1) 推荐(1)