spring: profiles: active: prod datasource: dynamic: datasource: master: url: jdbc:postgresql://postgres:5432/tanshugang?stringtype=unspecified username: gunshiiot password: 1234567a driver-class-name: org.postgresql.Driver access-logging: url: jdbc:postgresql://postgres:5432/tanshugang username: gunshiiot password: 1234567a driver-class-name: org.postgresql.Driver data: redis: host: redis port: 6379 #password: 1234567a database: 4 mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 洪水预测数据库连接信息 algorithem: datasource: url: jdbc:postgresql://postgres:5432/tanshugang?stringtype=unspecified username: gunshiiot password: 1234567a driver-class-name: org.postgresql.Driver