<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
<version>2.2.10</version>
</dependency>
libraryDependencies += "com.alibaba.cloud" % "spring-cloud-starter-alibaba-nacos-config" % "2.2.10"
@Grapes(
@Grab(group='com.alibaba.cloud', module='spring-cloud-starter-alibaba-nacos-config', version='2.2.10')
)
<dependency org="com.alibaba.cloud" name="spring-cloud-starter-alibaba-nacos-config" rev="2.2.10" />
<parent> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-alibaba-starters</artifactId> <version>2.2.10</version> </parent>
compile
|-- org.springframework.boot:spring-boot-actuator:2.3.12.RELEASE
|-- org.springframework.boot:spring-boot-actuator-autoconfigure:2.3.12.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:2.3.12.RELEASE
|-- org.springframework.boot:spring-boot:2.3.12.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure:2.3.12.RELEASE
|-- org.springframework.boot:spring-boot-starter:2.3.12.RELEASE
|-- com.alibaba.spring:spring-context-support:1.0.11
|-- com.alibaba.nacos:nacos-client:2.2.0
|-- org.springframework.cloud:spring-cloud-commons:2.2.9.RELEASE
|-- org.springframework.cloud:spring-cloud-context:2.2.9.RELEASE