application.yml 502 B

12345678910111213141516171819202122232425
  1. server:
  2. port: 10420
  3. info:
  4. app:
  5. name: SVR-INSPECTION
  6. description: EHR Platform Microservice.
  7. version: 1.0.0
  8. spring:
  9. datasource:
  10. driver-class-name: com.mysql.jdbc.Driver
  11. max-active: 20
  12. max-idle: 8
  13. min-idle: 8
  14. validation-query: SELECT 1
  15. test-on-borrow: true
  16. ---
  17. spring:
  18. profiles: dev
  19. datasource:
  20. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  21. username: chenweishan
  22. password: chenweishan