Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. server.port=8081
  2. spring.datasource.url=jdbc:mysql://localhost:3306/buspred_db?autoReconnect=true&useSSL=true&useUnicode=yes&useLegacyDatetimeCode=false&serverTimezone=UTC
  3. spring.datasource.username=root
  4. spring.datasource.password=
  5. spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
  6. spring.jpa.show-sql=true
  7. spring.jpa.hibernate.ddl-auto=update
  8. spring.jpa.properties.hibernate.dialect=org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement