zhou zhou
昨天 1724f77c35022b643c28dd3e5547679a5edc2d49
rsf-open-api/src/main/resources/application-prod.yml
@@ -9,7 +9,7 @@
  mvc:
    static-path-pattern: /**
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://10.10.10.200:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    username: root
    password: xltys1995
@@ -67,6 +67,12 @@
stock:
  flagAvailable: true
springdoc:
  api-docs:
    enabled: false
  swagger-ui:
    enabled: false
  #平台接口信息配置(如:ERP, QMS, WCS等)
  platform:
    #RCS链接
@@ -77,6 +83,11 @@
      port: 8088
    wms:
      #链接
      host: http://10.10.10.200
      host: http://127.0.0.1
      #端口
      port: 8085
    erp:
      #链接
      host: http://www.itsdg.cn
      #端口
      port: 3741