mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
Merge pull request #775 from 734184341/master
View acm's health interface through the URL
This commit is contained in:
commit
0f55fcc696
@ -20,6 +20,10 @@
|
|||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-web</artifactId>
|
<artifactId>spring-boot-starter-web</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@ -2,3 +2,4 @@ spring.application.name=acm-local
|
|||||||
server.port=18089
|
server.port=18089
|
||||||
spring.cloud.alicloud.acm.server-list=127.0.0.1
|
spring.cloud.alicloud.acm.server-list=127.0.0.1
|
||||||
spring.cloud.alicloud.acm.server-port=8080
|
spring.cloud.alicloud.acm.server-port=8080
|
||||||
|
management.endpoints.web.exposure.include=*
|
Loading…
x
Reference in New Issue
Block a user