Merge pull request #10464 from sk1418/BAEL-4699_probes

upgrade to springboot 2.3.2 and fix application properties
This commit is contained in:
Eric Martin 2021-02-07 16:37:12 -06:00 committed by GitHub
commit d89a51b555
2 changed files with 5 additions and 3 deletions

View File

@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version>
<version>2.3.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

View File

@ -1,4 +1,6 @@
management.health.probes.enabled=true
management.endpoint.health.probes.enabled=true
management.health.livenessState.enabled=true
management.health.readinessState.enabled=true
management.endpoint.health.show-details=always
management.endpoint.health.status.http-mapping.down=500
management.endpoint.health.status.http-mapping.out_of_service=503
@ -8,4 +10,4 @@ management.endpoint.health.status.http-mapping.warning=500
info.app.name=Spring Sample Application
info.app.description=This is my first spring boot application G1
info.app.version=1.0.0
info.java-vendor = ${java.specification.vendor}
info.java-vendor = ${java.specification.vendor}