Advertisement
Guest User

Untitled

a guest
Aug 31st, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. port: 8081
  2.  
  3. vcap:
  4. uri:
  5.  
  6. # Spring properties
  7. spring:
  8. application:
  9. name: catalog-microservice
  10.  
  11. # MySQL Data source configuration
  12. datasource:
  13. driverClassName: com.mysql.jdbc.Driver
  14. url: jdbc:mysql://169.44.1.95/inventorydb
  15. username: dbuser
  16. password: Pass4dbUs3R
  17. port: 3306
  18. max-active: 4
  19. testOnBorrow: true
  20. validationQuery: SELECT 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement