Skip to content

Instantly share code, notes, and snippets.

@ankushs92
Last active July 26, 2016 17:09
Show Gist options
  • Save ankushs92/4fd3fa2afe827a3a981e7561f4cc20d2 to your computer and use it in GitHub Desktop.
Save ankushs92/4fd3fa2afe827a3a981e7561f4cc20d2 to your computer and use it in GitHub Desktop.
application-dev.properties
################### Logging ################
logging.level.org.springframework.web=debug
################### Security ################
security.basic.enabled=false
################### DataSource ################
spring.datasource.url=jdbc:h2:mem:devDb
spring.jpa.database=h2
spring.jpa.show-sql =true
spring.jpa.hibernate.ddl-auto=create-drop
spring.jackson.serialization.indent_output=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment