Guest User

Untitled

a guest
Oct 29th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
  2. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
  3.  
  4. spring.jpa.hibernate.ddl-auto=create
  5. ##spring.datasource.url=jdbc:mysql://"": 26026/compose?useSSL=true
  6. ##spring.datasource.username=admin
  7. ##spring.datasource.password=
Add Comment
Please, Sign In to add comment