upgrade to springboot 2.3.2 and fix application properties

This commit is contained in:
Kent@lhind.hp.g5 2021-02-02 10:32:22 +01:00
parent ed793f68ec
commit 387ee88c2d
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}