spring: cloud: stream: bindings: output: content-type: application/json crss-registration: dataSource: jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=registration username: crss_registration password: 51UF3JA9 driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-main: datasource: jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess username: crss_meterprocess password: D9JpfUtT 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 logging: level: com.pemc: debug