文章分类 -  springboot

摘要:一、注解(annotations)列表 @SpringBootApplication:包含了@ComponentScan、@Configuration和@EnableAutoConfiguration注解。其中@ComponentScan让spring Boot扫描到Configuration类并把 阅读全文
posted @ 2017-07-10 22:48 随风而逝,只是飘零 阅读(208) 评论(0) 推荐(0) 编辑
摘要:pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apac 阅读全文
posted @ 2017-07-10 22:44 随风而逝,只是飘零 阅读(133) 评论(0) 推荐(0) 编辑