Skip to content

Instantly share code, notes, and snippets.

@murraco
Created December 17, 2017 19:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save murraco/91a9fe41aa964efac500ec375d455d02 to your computer and use it in GitHub Desktop.
spring:
datasource:
url: jdbc:mysql://localhost:3306/user_db
username: root
password: null
tomcat:
max-wait: 20000
max-active: 50
max-idle: 20
min-idle: 15
jpa:
hibernate:
ddl-auto: create-drop
properties:
hibernate:
dialect: org.hibernate.dialect.MySQLDialect
format_sql: true
id:
new_generator_mappings: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment