Advertisement
ImHungryHi

applicationconfig

Sep 17th, 2021
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. spring.jpa.hibernate.ddl-auto=update
  2. spring.datasource.url=jdbc:mysql://[SECRET]/serviceops
  3. spring.datasource.username=[SECRET]
  4. spring.datasource.password=[SECRET]
  5. spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
  6. #spring.jpa.show-sql: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement