Advertisement
Guest User

Untitled

a guest
May 8th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #HIBERNATE
  2. spring.jpa.show-sql=true
  3. spring.jpa.hibernate.ddl-auto=create
  4. #JDBC
  5. spring.datasource.url=jdbc:mysql://localhost:3306/potwierdzanie_wizyt
  6. spring.datasource.username=root
  7. spring.datasource.password=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement