Guest User

Untitled

a guest
Nov 20th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  2. spring.datasource.url=jdbc:mysql://localhost:3306/new_db?useSSL=false
  3. spring.datasource.username=root
  4. spring.datasource.password=coderslab
  5.  
  6. spring.jpa.properties.javax.persistence.schema-generation.database.action=none
  7. spring.jpa.properties.javax.persistence.schema-generation.create-source=metadata
Add Comment
Please, Sign In to add comment