Springboot自动配置的运行原理(自定义一个自动配置)

1.新建一个空的maven项目,在pom中导入 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <!-- https://mvnrepository.com/artifact/org.sprin
相关文章
相关标签/搜索