Advertisement
Asm2Void

Untitled

Sep 12th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. server.port=9696
  2.  
  3.  
  4. ## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
  5. spring.datasource.url = jdbc:mysql://167.99.248.187:3306/Peter_Senchiu?useSSL=false&autoReconnect=true
  6. spring.datasource.username = remote
  7. spring.datasource.password = mysqlpassword
  8.  
  9.  
  10. ## Hibernate Properties
  11. # The SQL dialect makes Hibernate generate better SQL for the chosen database
  12. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
  13.  
  14. # Hibernate ddl auto (create, create-drop, validate, update)
  15. spring.jpa.hibernate.ddl-auto = update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement