Guest User

Untitled

a guest
May 16th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. #MySql
  2. spring.jpa.hibernate.ddl-auto=none
  3. spring.datasource.url=jdbc:mysql://localhost:3306/ponto_inteligente?
  4. verifyServerCertificate=false&
  5. autoReconnect=true&
  6. useSSL=false
  7. spring.datasource.name=userponto
  8. spring.datasource.password=123456
  9.  
  10. # exibe comandos SQL
  11. spring.jpa.properties.hibernate.show_sql=true
  12. spring.jpa.properties.hibernate.use_sql_comments=true
  13. spring.jpa.properties.hibernate.format_sql=true
  14. spring.jpa.properties.hibernate.type=trace
  15.  
  16. spring.datasource.url=jdbc:mysql://localhost:3306/ponto_inteligente?
  17. verifyServerCertificate=false&
  18. autoReconnect=true&
  19. useSSL=false&
  20. user=USER_LOGIN&
  21. password=USER_PASSWORD
Add Comment
Please, Sign In to add comment