Commit d89ff8cb authored by Stephane Nicoll's avatar Stephane Nicoll

Polish sample

Closes gh-10330
parent 974a630f
......@@ -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
......
management.security.enabled=false
endpoints.metrics.web.enabled=true
#
# Infinispan configuration file location.
......
......@@ -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>
......
management.security.enabled=false
endpoints.flyway.web.enabled=true
spring.jpa.hibernate.ddl-auto=validate
......
......@@ -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>
......
management.security.enabled=false
endpoints.liquibase.web.enabled=true
spring.h2.console.enabled=true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment