Guest User

Untitled

a guest
Aug 29th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. spring.datasource.url=jdbc:mysql://localhost:3306/hero
  2. spring.datasource.username=root
  3. spring.datasource.password=1234
  4. # enable database table auto update
  5. spring.jpa.hibernate.ddl-auto=update
  6. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
Add Comment
Please, Sign In to add comment