Merge pull request #16 from 3dwardch3ng/develop

release
This commit is contained in:
2024-09-09 12:04:36 +10:00
committed by GitHub
2 changed files with 14 additions and 3 deletions

10
pom.xml
View File

@@ -11,7 +11,7 @@
</parent>
<artifactId>ec-config-server</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
<licenses>
<license>
@@ -54,8 +54,8 @@
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-server</artifactId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -65,6 +65,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-server</artifactId>
</dependency>
</dependencies>
<build>

View File

@@ -20,6 +20,13 @@ management:
include: '*'
health:
show-details: always
probes:
enabled: true
health:
livenessstate:
enabled: true
readinessstate:
enabled: true
logging:
file: