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

View File

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