| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- spring:
- crss-stl:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- crss-main:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- crss-metering:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_metering
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- crss-nmms:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_nmms
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- crss-dataflow:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- redis:
- host: localhost
- port: 6379
- jpa:
- show-sql: false
- generate-ddl: false
- properties:
- hibernate:
- generate_statistics: false
- ddl-auto: none
- batch:
- resourceLocation: "file:target/libs/crss-settlement-task-calculation-2.3.0.BUILD-SNAPSHOT.jar"
|