Created
June 27, 2016 01:57
-
-
Save hseritt/95d3a7de5aa493c06af98291035ba39b to your computer and use it in GitHub Desktop.
Spring boot application.properties file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Security | |
security.basic.enabled=false | |
management.security.enabled=false | |
# Database settings | |
spring.datasource.url=jdbc:mysql://localhost/alfmonitor | |
spring.datasource.username=admin | |
spring.datasource.password=admin | |
spring.datasource.driver-class-name=com.mysql.jdbc.Driver | |
#spring.jpa.hibernate.ddl-auto=update | |
spring.jpa.hibernate.ddl-auto=create-drop | |
spring.datasource.initialize=true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment