Guest User

Untitled

a guest
Mar 8th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. debug=true
  2. server.port=8087
  3. spring.datasource.url = jdbc:mysql://localhost:3306/spring_demo?useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC
  4. spring.datasource.username = root
  5. spring.datasource.password =
  6. salt=12345678901234567890123456789012
  7. hibernate.hbm2ddl.auto=update
Add Comment
Please, Sign In to add comment