skyouc
14 小时以前 523d8cf68615134c7780f74933e70a14edb60f01
rsf-server/src/main/resources/application-prod.yml
@@ -1,5 +1,5 @@
server:
  port: 8080
  port: 8085
  servlet:
    context-path: /@pom.artifactId@
@@ -10,9 +10,9 @@
    static-path-pattern: /**
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://192.168.4.24:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    url: jdbc:mysql://10.10.10.200:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    username: root
    password: 34821015
    password: xltys1995
    type: com.alibaba.druid.pool.DruidDataSource
    druid:
      initial-size: 5
@@ -66,3 +66,25 @@
stock:
  flagAvailable: true
  #平台接口信息配置(如:ERP, QMS, WCS等)
  platform:
    #企业ERP平台
    erp:
      #localhost
      host: http://10.10.10.200
      #端口号
      port: 8085
      #接品链接前缀
      pre-path: rsf-server
      #接口明细
      api:
        #质检上报接口
        notify-inspect: /report/inspect
    rcs:
      #链接
      host: http://10.10.10.200
      #端口
      port: 8081