Advertisement
Guest User

Untitled

a guest
May 30th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. server:
  2. port: 8080
  3. spring:
  4. application:
  5. name: lead-service
  6. datasource:
  7. url: jdbc:mariadb://localhost:3306/test
  8. username: root
  9. password: root
  10. driver-class-name: org.mariadb.jdbc.Driver
  11. tomcat:
  12. max-wait: 10000
  13. max-active: 20
  14. test-on-borrow: true
  15. jpa:
  16. properties:
  17. hibernate:
  18. dialect: org.hibernate.dialect.MySQLDialect
  19. default_schema : lead_db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement