Advertisement
Guest User

Untitled

a guest
Aug 9th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. server.port=8080
  2.  
  3. spring.datasource.url=jdbc:mysql://localhost:3306/realdolmen
  4. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  5. spring.datasource.username=root
  6. spring.datasource.password=
  7.  
  8. spring.datasource.testWhileIdle = true
  9. spring.datasource.timeBetweenEvictionRunsMillis = 60000
  10. spring.datasource.validationQuery = SELECT 1
  11.  
  12. spring.jpa.show-sql=true
  13. spring.jpa.generate-ddl=true
  14. spring.jpa.hibernate.ddl-auto=create-drop
  15. # spring.jpa.properties.hibernate.ejb.interceptor=be.idewe.chemagentia.backend.repo.AuditFieldsInterceptor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement