Skip to content

Instantly share code, notes, and snippets.

@josephmtinangi
Created March 4, 2018 13:43
Show Gist options
  • Save josephmtinangi/11599af8146327b5229604ef23964dcb to your computer and use it in GitHub Desktop.
Save josephmtinangi/11599af8146327b5229604ef23964dcb to your computer and use it in GitHub Desktop.
Spring Boot Application Properties
spring.datasource.url=${JDBC_DATABASE_URL}
spring.datasource.username=${JDBC_DATABASE_USERNAME}
spring.datasource.password=${JDBC_DATABASE_PASSWORD}
spring.jpa.show-sql=false
spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto=create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment