application-devlocal.yml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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-main:
  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: false
  48. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  49. ddl-auto: validate
  50. hbm2ddl:
  51. import_files:
  52. batch:
  53. job:
  54. enabled: true
  55. redis:
  56. host: localhost
  57. port: 6379
  58. batch:
  59. resourceLocation: "file:target/libs/crss-settlement-task-calculation-addtlcomp-2.0.0.RC6.jar"
  60. chunkSize: 100
  61. maxWorkers: 2
  62. partitionSize:
  63. ac: 15
  64. acAlloc: 15
  65. vatAc: 15
  66. vatAcAlloc: 15
  67. acGmr: 15
  68. logging:
  69. level:
  70. com.pemc.crss.settlement.task.calculation.addtlcomp: DEBUG
  71. com.netflix: DEBUG
  72. org.springframework.cloud: DEBUG
  73. org.hibernate.stat: debug