Files
spring-boot/spring-boot-samples/spring-boot-sample-flyway/src/main/resources/application.properties
Stephane Nicoll 7473642f58 Harmonize endpoints exclude property
Closes gh-11914
2018-02-12 14:00:40 +01:00

5 lines
143 B
INI

management.endpoints.web.exposure.include=*
spring.jpa.hibernate.ddl-auto=validate
spring.jpa.open-in-view=true
spring.h2.console.enabled=true