Guest User

Untitled

a guest
Apr 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. spring.datasource.url = jdbc:mysql://localhost:3306/simple-api?useSSL=false&zeroDateTimeBehavior=convertToNull
  2. spring.datasource.username = root
  3. spring.datasource.password =
  4. spring.datasource.testWhileIdle = true
  5. spring.datasource.validationQuery = SELECT 1
  6.  
  7. spring.jpa.properties.hibernate.show_sql=true
  8. spring.jpa.properties.hibernate.use_sql_comments=true
  9. spring.jpa.properties.hibernate.format_sql=true
  10. spring.jpa.properties.hibernate.type=trace
  11. spring.jpa.hibernate.ddl-auto = update
Add Comment
Please, Sign In to add comment