Advertisement
Guest User

Untitled

a guest
Oct 25th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. server.port=8080
  2. spring.mandatory-file-encoding=UTF-8
  3. spring.datasource.url=jdbc:mysql://localhost:3306/db_example?&serverTimezone=UTC&useSSL=false&useUnicode=yes&characterEncoding=UTF-8&allowPublicKeyRetrieval=true
  4. spring.datasource.username=root
  5. spring.datasource.password=root
  6. spring.jpa.hibernate.ddl-auto=create-drop
  7. spring.jpa.show-sql=true
  8. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement