Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- spring.jpa.hibernate.ddl-auto=update
- spring.datasource.url=jdbc:mysql://[SECRET]/serviceops
- spring.datasource.username=[SECRET]
- spring.datasource.password=[SECRET]
- spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
- #spring.jpa.show-sql: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement