Advertisement
Guest User

Untitled

a guest
May 15th, 2019
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. spring.datasource.url=jdbc:mysql://localhost:3306/idemia?useUnicode=true&characterEncoding=UTF-8\
  2. &useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
  3. spring.datasource.username=admin
  4. spring.datasource.password=admin
  5. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL55Dialect
  6. spring.jpa.hibernate.ddl-auto=create
  7.  
  8. spring.jpa.show-sql=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement