application.yml 978 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. spring:
  2. crss-main:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://localhost:5432/crss_meterprocess
  5. username: postgres
  6. password: postgres
  7. driverClassName: org.postgresql.Driver
  8. maxPoolSize: 5
  9. test-on-borrow: true
  10. validation-query: SELECT 1
  11. crss-metering:
  12. datasource:
  13. jdbcUrl: jdbc:postgresql://localhost:5432/crss_metering
  14. username: postgres
  15. password: postgres
  16. driverClassName: org.postgresql.Driver
  17. maxPoolSize: 5
  18. test-on-borrow: true
  19. validation-query: SELECT 1
  20. crss-registration:
  21. datasource:
  22. jdbcUrl: jdbc:postgresql://localhost:5432/crss_reg
  23. username: postgres
  24. password: postgres
  25. driverClassName: org.postgresql.Driver
  26. maxPoolSize: 5
  27. test-on-borrow: true
  28. validation-query: SELECT 1
  29. jpa:
  30. show-sql: false
  31. cloud:
  32. stream:
  33. bindings:
  34. output:
  35. content-type: application/json
  36. logging:
  37. level:
  38. com.pemc: debug