Advertisement
Guest User

Untitled

a guest
Mar 29th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. spring.jpa.generate-ddl=true
  2. spring.datasource.url=jdbc:mysql://localhost:3306/DATABASE_NAME?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Europe/Kiev
  3. spring.datasource.username=darkness
  4. spring.datasource.password=kyivstar
  5. spring.jpa.show-sql=true
  6. spring.jpa.properties.hibernate.format_sql=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement