Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1.  
  2. security.user.name=admin
  3. security.user.password=admin
  4.  
  5. server.port=8000
  6.  
  7. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  8. spring.datasource.url=jdbc:mysql://localhost:3306/KiTS_NWT?useSSL=false&createDatabaseIfNotExist=true
  9. spring.datasource.username=root
  10. spring.datasource.password=root
  11. spring.datasource.tomcat.validation-query=SELECT 1
  12.  
  13. spring.jpa.hibernate.ddl-auto=update
  14. spring.jpa.show-sql=true
  15.  
  16. spring.jpa.hibernate.naming.strategy=org.hibernate.cfg.ImprovedNamingStrategy
  17. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement