Polish sample

Closes gh-10330
This commit is contained in:
Stephane Nicoll 2017-09-19 17:03:19 +02:00
parent 974a630f6b
commit d89ff8cb28
6 changed files with 6 additions and 7 deletions

View File

@ -4,14 +4,13 @@ service.name=Phil
# logging.level.org.springframework.security=DEBUG
management.address=127.0.0.1
endpoints.default.web.enabled=true
endpoints.shutdown.enabled=true
server.tomcat.basedir=target/tomcat
server.tomcat.accesslog.enabled=true
server.tomcat.accesslog.pattern=%h %t "%r" %s %b
security.require-ssl=false
#spring.jackson.serialization.INDENT_OUTPUT=true
spring.jmx.enabled=true
endpoints.default.web.enabled=true
spring.jackson.serialization.write_dates_as_timestamps=false

View File

@ -1,4 +1,4 @@
management.security.enabled=false
endpoints.metrics.web.enabled=true
#
# Infinispan configuration file location.

View File

@ -30,7 +30,7 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>

View File

@ -1,4 +1,4 @@
management.security.enabled=false
endpoints.flyway.web.enabled=true
spring.jpa.hibernate.ddl-auto=validate

View File

@ -30,7 +30,7 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>

View File

@ -1,3 +1,3 @@
management.security.enabled=false
endpoints.liquibase.web.enabled=true
spring.h2.console.enabled=true