yys
maven
22 小时以前 20d63c9dd9b6f74e640e3769850deab7f96265d0
src/main/resources/application-jtwy.yml
@@ -13,11 +13,13 @@
  addressEnabled: false
  # 验证码类型 math 数字计算 char 字符验证
  captchaType: math
  # 协同审批编号前缀(配置文件后缀命名)
  approvalNumberPrefix: JTWY
# 开发环境配置
server:
  # 服务器的HTTP端口,默认为8080
  port: 9090
  port: 9001
  servlet:
    # 应用的访问路径
    context-path: /
@@ -62,7 +64,7 @@
    druid:
      # 主库数据源
      master:
        url: jdbc:mysql://172.17.0.1:3306/product-inventory-management-hckx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        url: jdbc:mysql://172.17.0.1:3306/product-inventory-management-jtwy?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        username: root
        password: xd@123456..
      # 从库数据源