Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. spring.jpa.hibernate.ddl-auto=create-drop
  2. spring.jpa.properties.hibernate.globally_quoted_identifiers=true
  3.  
  4. spring.datasource.url=jdbc:mysql://localhost:3306/testDB
  5. spring.datasource.username=root
  6. spring.datasource.password=root
  7. spring.datasource.driverClassName=com.mysql.jdbc.Driver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement