Advertisement
Guest User

Untitled

a guest
Nov 5th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. spring.datasource.url = jdbc:mysql://localhost:3306/srcsk?useSSL=false
  2. spring.datasource.username = root
  3. spring.datasource.password = root
  4. spring.datasource.driverClassName=com.mysql.jdbc.Driver
  5. spring.jpa.generate-ddl = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement