DYL0109
2025-04-16 75f043dfa6660716364e66ee0b3cf99f44255686
zhitan-admin/src/main/resources/application.yml
@@ -3,7 +3,7 @@
  # 名称
  name: admin
  # 版本
  version: 3.8.7
  version: 2.5.2
  # 版权年份
  copyrightYear: 2024
  profile: ./uploadPath
@@ -11,6 +11,8 @@
  addressEnabled: true
  # 验证码类型 math 数字计算 char 字符验证
  captchaType: math
  # 域名地址
  domainName: https://demo-ems.zhitancloud.com/prod-api
# 开发环境配置
server:
@@ -101,8 +103,8 @@
  expireTime: 300
mybatis-plus:
#  configuration:
#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  #  configuration:
  #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  typeAliasesPackage: com.zhitan.**.domain
  mapperLocations: classpath*:mapper/**/*Mapper.xml
  # 加载全局的配置文件
@@ -144,7 +146,8 @@
  token: ==
  org: org
  bucket: bucket
  measurement: data
###################### MQTT #################################
mqtt:
  # 服务器地址
@@ -156,7 +159,7 @@
  # 用户名
  username: admin
  # 密码
  password: 111111
  password: 1q2w3e4r.
  # 连接超时
  timeout: 30
  # 心跳检测
@@ -169,4 +172,5 @@
  # false为建立持久会话
  cleanSession: false
  # 断开后重新连接
  automaticReconnect: true
  automaticReconnect: true
singleLoginUrl: localhost:8090/singleLogin/getInfo