SpringCloud版本2020.0.0的CloudStarter引导依赖项

wwodge7n  于 2021-07-14  发布在  Java
关注(0)|答案(0)|浏览(171)

SpringCloud版本2020.0.0或更高版本是否需要将CloudStarter引导依赖项添加到任何服务的引导中?

<dependency>
         <groupId>org.springframework.cloud</groupId>
         <artifactId>spring-cloud-starter-bootstrap</artifactId>
   </dependency>

好心的建议。有其他的解决方案吗?尽管我的服务在上述依赖项下运行良好。

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题