dubbo: registry: address: nacos://${nacos.address:localhost}:8849?username=nacos&password=nacos spring: #Redis服务器地址 redis: host: 117.78.33.241 port: 6379 password: bcxin@2019 #连接超时时间(毫秒) timeout: 30000 prefixKey: 'v5testinpg:' lettuce: # redis连接池配置 pool: max-active: -1 #连接池最大连接数(使用负值表示没有限制) 默认为30 max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制) 默认为-1 max-idle: 8 # 连接池中的最大空闲连接 默认为8 min-idle: 0 # 连接池中的最小空闲连接 默认为 0 datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:postgresql://49.4.49.80:5656/db_bajgxxxt?currentSchema=public username: root password: Bcxin@202110 jpa: hibernate: ddl-auto: none show-sql: true database-platform: org.hibernate.dialect.PostgresPlusDialect v5: app: site: http://v5qy.test.baibaodun.cn/obpm business: organization: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:postgresql://49.4.49.80:5656/db_bajgxxxt?currentSchema=public username: root password: Bcxin@202110 shared: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://114.115.153.118:3306/test_bcx_pasp?serverTimezone=UTC&allowMultiQueries=true&useSSL=false&allowPublicKeyRetrieval=true username: test_bcx_pasp password: Test_bcx_pasp#202106