Advertisement
Guest User

Untitled

a guest
May 5th, 2018
92
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. ## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
  4. spring.datasource.url = jdbc:mysql://167.99.248.187:3306/astral_stone?useSSL=false&autoReconnect=true
  5. spring.datasource.username = remote
  6. spring.datasource.password = mysqlpassword
  7.  
  8.  
  9. ## Hibernate Properties
  10. # The SQL dialect makes Hibernate generate better SQL for the chosen database
  11. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
  12.  
  13. # Hibernate ddl auto (create, create-drop, validate, update)
  14. spring.jpa.hibernate.ddl-auto = update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement