摘要: springboot提供了许多启动器starter,大部分的启动器都有配置属性,这些配置属性一般可以在这里找到: xxxxxxxx-autoconfigure-xxxxx.jar/META-INF/spring-configuration-metadata.json application.prop 阅读全文
posted @ 2019-11-17 22:17 codedot 阅读(6280) 评论(0) 推荐(1) 编辑
摘要: 一、pom.xml添加依赖 <dependencies> <!--web--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </de 阅读全文
posted @ 2019-11-17 09:22 codedot 阅读(201) 评论(0) 推荐(0) 编辑