<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>
</dependency>
2.x版本的springcloud 引入此包就能使用这个变量
本文介绍在Spring Cloud 2.x版本中,通过引入spring-cloud-commons包即可使用特定变量,简化了微服务开发过程。
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>
</dependency>
2.x版本的springcloud 引入此包就能使用这个变量
1406
3755

被折叠的 条评论
为什么被折叠?
