| Categories |
CategoriesSpring Boot Container Microservices Nacos |
|---|---|
| GroupId | GroupIdcom.alidaodao.web |
| ArtifactId | ArtifactIdnacos-discovery-spring-boot-actuator |
| Last Version | Last Version0.2.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNacos Discovery Spring Boot Actuator
Nacos Discovery Spring Boot Actuator
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.alidaodao.web/nacos-discovery-spring-boot-actuator/ -->
<dependency>
<groupId>com.alidaodao.web</groupId>
<artifactId>nacos-discovery-spring-boot-actuator</artifactId>
<version>0.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.alidaodao.web/nacos-discovery-spring-boot-actuator/
implementation 'com.alidaodao.web:nacos-discovery-spring-boot-actuator:0.2.11'
// https://jarcasting.com/artifacts/com.alidaodao.web/nacos-discovery-spring-boot-actuator/
implementation ("com.alidaodao.web:nacos-discovery-spring-boot-actuator:0.2.11")
'com.alidaodao.web:nacos-discovery-spring-boot-actuator:jar:0.2.11'
<dependency org="com.alidaodao.web" name="nacos-discovery-spring-boot-actuator" rev="0.2.11">
<artifact name="nacos-discovery-spring-boot-actuator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alidaodao.web', module='nacos-discovery-spring-boot-actuator', version='0.2.11')
)
libraryDependencies += "com.alidaodao.web" % "nacos-discovery-spring-boot-actuator" % "0.2.11"
[com.alidaodao.web/nacos-discovery-spring-boot-actuator "0.2.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web Optional | jar | 2.0.3.RELEASE |
| com.alidaodao.web : nacos-spring-boot-base Optional | jar | 0.2.11 |
| org.springframework.boot : spring-boot-starter-actuator Optional | jar | 2.0.3.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.0.3.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.3.RELEASE |
| com.alidaodao.web : nacos-discovery-spring-boot-autoconfigure | jar | 0.2.11 |
| com.alibaba.nacos : nacos-spring-context Optional | jar | 1.1.1 |
| com.alibaba.nacos : nacos-client | jar | 2.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api Optional | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.0.3.RELEASE |