application.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement
  5. username: postgres
  6. password: postgres
  7. driverClassName: org.postgresql.Driver
  8. connectionTimeout: 10000
  9. maxPoolSize: 20
  10. crss-meterprocess:
  11. datasource:
  12. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
  13. username: postgres
  14. password: postgres
  15. driverClassName: org.postgresql.Driver
  16. connectionTimeout: 10000
  17. maxPoolSize: 20
  18. crss-metering:
  19. datasource:
  20. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_metering
  21. username: postgres
  22. password: postgres
  23. driverClassName: org.postgresql.Driver
  24. connectionTimeout: 10000
  25. maxPoolSize: 20
  26. crss-nmms:
  27. datasource:
  28. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_nmms
  29. username: postgres
  30. password: postgres
  31. driverClassName: org.postgresql.Driver
  32. connectionTimeout: 10000
  33. maxPoolSize: 20
  34. crss-dataflow:
  35. datasource:
  36. jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
  37. username: postgres
  38. password: postgres
  39. driverClassName: org.postgresql.Driver
  40. connectionTimeout: 10000
  41. maxPoolSize: 20
  42. jpa:
  43. show-sql: false
  44. generate-ddl: true
  45. properties:
  46. hibernate:
  47. generate_statistics: true
  48. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  49. ddl-auto: validate
  50. hbm2ddl:
  51. import_files:
  52. batch:
  53. job:
  54. enabled: true
  55. logging:
  56. level:
  57. com.pemc: DEBUG
  58. com.netflix: DEBUG
  59. org.springframework.cloud: DEBUG
  60. org.hibernate.stat: debug