Advertisement
Guest User

Untitled

a guest
Mar 8th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. spring:
  2. profiles: dev
  3. application:
  4. name: jwtsample.kt
  5. datasource:
  6. url: jdbc:mysql://localhost:3600/jwtsamplekt
  7. username: root
  8. password: root
  9. driver-class-name: com.mysql.jdbc.Driver
  10. jpa:
  11. hibernate.ddl-auto: update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement