Guest User

Untitled

a guest
Feb 8th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. spring.jpa.hibernate.ddl-auto=update
  2. spring.datasource.url=jdbc:mysql://localhost:3306/database?useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC
  3. spring.datasource.username=user
  4. spring.datasource.password=passwprd
  5. spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
  6. spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
Add Comment
Please, Sign In to add comment