server: port: 8867 spring: ## kafka配置 kafka: bootstrap-servers: 127.0.0.1:9092 topic-patterns: "thing___.*.___property" # 这里使用通配符来匹配多个主题 datasource: dynamic: datasource: master: type: com.alibaba.druid.pool.DruidDataSource url: jdbc:mysql://127.0.0.1:3306/phm?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai username: itdm-boot password: itdm-boot@2023 driver-class-name: com.mysql.cj.jdbc.Driver # 多数据源配置 #multi-datasource1: #url: jdbc:mysql://localhost:3306/jeecg-boot2?useUnicode=true&characterEncoding=utf8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai #username: root #password: root #driver-class-name: com.mysql.cj.jdbc.Driver #redis 配置 redis: # 地址 host: 119.3.168.55 # 端口,默认为6379 port: 6380 # 数据库索引 database: 0 # 密码 password: 123qx # mongodb配置 data: mongodb: uri: mongodb://phm:phm123@127.0.0.1:27017/phm print: true slowQuery: true slowTime: 1000 jeecg: #分布式锁配置 redisson: address: 127.0.0.1:6379 password: type: STANDALONE enabled: true