2026-04-03 d7309be9a209b541c5bf449b3105b2f5bbfd8800
src/main/resources/application-zxsq.yml
@@ -14,7 +14,16 @@
  # 验证码类型 math 数字计算 char 字符验证
  captchaType: math
  # 协同审批编号前缀(配置文件后缀命名)
  approvalNumberPrefix: NEW
  approvalNumberPrefix: ZXSQ
  # 个推 Unipush 配置
  getui:
    appId: PfjyAAE0FK64FaO1w2CMb1
    appKey: zTMb831OEL6J4GK1uE3Ob4
    masterSecret: K1GFtsv42v61tXGnF7SGE5
    domain: https://restapi.getui.cn/v2/
    # 离线推送使用的包名/组件名
    intentComponent: uni.app.UNI099A590/io.dcloud.PandoraEntry
# 开发环境配置
server:
  # 服务器的HTTP端口,默认为8080
@@ -65,7 +74,7 @@
      master:
        url: jdbc:mysql://172.17.0.1:3306/product-inventory-management-zxsq?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        username: root
        password: xd@123456..
        password: zxsq@123456..
      # 从库数据源
      slave:
        # 从数据源开关/默认关闭
@@ -135,7 +144,7 @@
  # redis 配置
  redis:
    # 地址
    #    host: 127.0.0.1
#    host: 127.0.0.1
    host: 172.17.0.1
    # 端口,默认为6379
    port: 6379