Guest User

Untitled

a guest
Nov 10th, 2018
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. spring.jpa.database=mysql
  2. spring.jpa.hibernate.ddl-auto=create
  3. spring.datasource.url=jdbc:mysql://localhost/mydb?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
  4. spring.datasource.username=mati
  5. spring.datasource.password=test1234
  6.  
  7. spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
Add Comment
Please, Sign In to add comment