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