Advertisement
Guest User

application.properties

a guest
Nov 16th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. spring.jpa.hibernate.ddl-auto=create
  2. spring.datasource.url=jdbc:mysql://localhost:3306/hibernate
  3. spring.datasource.username=root
  4. spring.datasource.password=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement