spring: datasource: dynamic: datasource: master: username: bzzgj password: bzzgj@023,.; driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://10.23.193.48:3309/bzzgdb?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8 slave_1: username: bzzgj password: bzzgj@023,.; driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://10.23.193.49:3310/bzzgdb?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8 # druid: # filters: stat # public-key: MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAIobgl5Uq9fEW2V6dLXqWJKDUZGAA3CCVasj1Yxge3STiWZ1plhxBUQgNgyRYeEUrUHzYPozfm0kL/zLlHMzcnUCAwEAAQ== redis: database: 5 host: 10.23.193.22 port: 6379 password: cqnrs@2022 activemq: #broker-url: tcp://localhost:61616 in-memory: true # 单服务部署时可以使用内嵌的mq服务,此时需要注释掉broker-url配置 user: password: #配置静态资源 mvc: static-path-pattern: /** resource: static-locations: classpath:/static/ server: port: 8088 #swagger开关 swagger: enable: false # druid拦截后不抛出异常 druid.wall.throwException: false # 单服务部署时可以关闭redis,此时使用caffeine来缓存 redis: enable: true # 五合一部署时 五个微服务之间请求与响应的超时时间(单位为ms) assembly: readtime: 60000 connecttime: 60000 #sql 打印 mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl management: endpoints: web: exposure: include: '*' endpoint: health: show-details: always env: enabled: false shutdown: enabled: false info: enabled: true # 积木报表minidao配置 minidao : base-package: org.jeecg.modules.jmreport.desreport.dao* #db类型(mysql|postgresql|oracle|sqlserver|other) db-type: mysql # minio settings minio: minio_url: http://10.23.193.22:9002/ minio_name: admin minio_pass: cqnrs@2022 bucketName: device # 替换为自己应用的appKey dingtalk: app_key: dingg4kpkmyzghsezuay # 替换为自己应用的appSecret app_secret: dvdLgaq04jNJWsGwF4koqXxd-KbuN9QiMilH06g9PanKxbZoqg5Es63-vnslL80G #corpId corp_id: ding6e6a2fa8494d14e235c2f4657eb6378f #加密 aes_key aes_key: NmYxY2UwNmYwYTRjNDRiOThlNGE2NDVjMTljNzdjOTc #签名 token token: N9pyrkUDGQG9nFpA87RbyU98wI6GNgBzJbnIjdhG2 rocketmq: name-server: 10.23.193.41:9876;10.23.193.42:9876 producer: group: sssb_device_warn_message_group send-message-timeout: 5000 retry-times-when-send-failed: 2 max-message-size: 4194304