cuikaidong
2025-08-15 c4948017824b1efa71faeb163e3609bec91f5719
lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml
@@ -125,14 +125,14 @@
        poolPreparedStatements: true
        maxPoolPreparedStatementPerConnectionSize: 20
        # 配置监控统计拦截的filters,去掉后监控界面sql无法统计,'wall'用于防火墙
        filters: stat,wall,slf4j
        filters: stat,slf4j
        # 通过connectProperties属性来打开mergeSql功能;慢SQL记录
        connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
      datasource:
        master:
          url: jdbc:mysql://127.0.0.1:3306/lxzn_mdc_zf?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
          url: jdbc:mysql://192.168.1.118:3306/lxzn_mdc_zf?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
          username: root
          password: 123456
          password: root
          driver-class-name: com.mysql.cj.jdbc.Driver
          # 多数据源配置
          #multi-datasource1:
@@ -145,7 +145,7 @@
    database: 10
    host: 127.0.0.1
    port: 6379
    password: '123456'
#    password: '123456'
#mybatis plus 设置
mybatis-plus:
  mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml
@@ -295,3 +295,29 @@
      # appSecret
      client-secret: ??
      agent-id: ??
mqtt:
  host: tcp://192.168.1.123:1883
  clientId: mqtt_manage_platform_dev
  username: admin
  password: public
  timeout: 30000
  keepalive: 300
  clientUrl: http://192.168.1.123:18083/api/v5/clients
  #API授权KEY
  apiKey: fb5d13d541c4ebd9
  #API授权密钥
  secretKey: J9A4pFcUyYzyo6uhFh6AKcVBi7xHcUgcNoNMCWylrCHE
#驱动文件地址
drive: /iot/configuration/DriveConfig.xml
script: /iot/configuration/FunctionConfig.xml
#ftp连接地址
ftp:
  LOCAL_CHARSET: GBK
  SERVER_CHARSET: ISO-8859-1
  ftpHost: 10.0.221.200
  ftpPort: 21
  ftpUserName: admin
  ftpPassword: lx@2024
  address: /iot/
#数据库 MySql | SqlServer
databaseType: MySql