spring: jackson: date-format: yyyy-MM-dd HH:mm:ss datasource: dynamic: datasource: master: driver-class-name: dm.jdbc.driver.DmDriver url: jdbc:dm://139.9.50.94:5236?schema=CQLT&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 username: CQLT password: qfxt@123 druid: filters: stat # public-key: MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAIobgl5Uq9fEW2V6dLXqWJKDUZGAA3CCVasj1Yxge3STiWZ1plhxBUQgNgyRYeEUrUHzYPozfm0kL/zLlHMzcnUCAwEAAQ== time-zone: GMT+8 redis: database: 12 host: 183.230.176.125 port: 26369 password: artfess@023,.; 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: 8068 # 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 # 积木报表minidao配置 minidao : base-package: org.jeecg.modules.jmreport.desreport.dao* #db类型(mysql|postgresql|oracle|sqlserver|other) db-type: mysql management: endpoints: web: exposure: include: '*' endpoint: health: show-details: always env: enabled: false shutdown: enabled: false info: enabled: true httptrace: enabled: false beans: enabled: false cqlt: thread: coreSize: 20 maxSize: 20 keepAliveTime: 10