|
|
@@ -0,0 +1,51 @@
|
|
|
+spring:
|
|
|
+ crss-main:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_meterprocess
|
|
|
+ username: crss_meterprocess
|
|
|
+ password: crss_meterprocess
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
+ maxPoolSize: 5
|
|
|
+ test-on-borrow: true
|
|
|
+ validation-query: SELECT 1
|
|
|
+ crss-metering:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_meterprocess
|
|
|
+ username: crss_meterprocess
|
|
|
+ password: crss_meterprocess
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
+ maxPoolSize: 5
|
|
|
+ test-on-borrow: true
|
|
|
+ validation-query: SELECT 1
|
|
|
+ crss-registration:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_reg
|
|
|
+ username: crss_reg
|
|
|
+ password: crss_reg
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
+ maxPoolSize: 5
|
|
|
+ test-on-borrow: true
|
|
|
+ validation-query: SELECT 1
|
|
|
+
|
|
|
+ jpa:
|
|
|
+ show-sql: false
|
|
|
+ hibernate:
|
|
|
+ ddl-auto: none
|
|
|
+ properties:
|
|
|
+ hibernate:
|
|
|
+ dialect: org.hibernate.dialect.PostgreSQLDialect
|
|
|
+ namingStrategy: org.hibernate.cfg.ImprovedNamingStrategy
|
|
|
+ hbm2ddl:
|
|
|
+ auto: none
|
|
|
+ temp:
|
|
|
+ use_jdbc_metadata_defaults: false
|
|
|
+
|
|
|
+ cloud:
|
|
|
+ stream:
|
|
|
+ bindings:
|
|
|
+ output:
|
|
|
+ content-type: application/json
|
|
|
+
|
|
|
+logging:
|
|
|
+ level:
|
|
|
+ com.pemc: debug
|