这几天在写一个团队使用的工具,有一些东西呢,需要从 Spring Cloud 配置中心中读取配置信息进行加载初始化,所以做了一个 Starter 。 pom 依赖 <properties> <!-- Spring Boot --> <spring.boot>1.5.9.RELEASE</spring.boot> </properties> <dependencyManagement> <dependencies> <dep…
这几天在写一个团队使用的工具,有一些东西呢,需要从 Spring Cloud 配置中心中读取配置信息进行加载初始化,所以做了一个 Starter 。 pom 依赖 <properties> <!-- Spring Boot --> <spring.boot>1.5.9.RELEASE</spring.boot> </properties> <dependencyManagement> <dependencies> <dep…