#
zjj
2025-09-19 966626cb396cdd881e4f7684078bbf6dbdabe34f
src/main/resources/application.yml
@@ -1,14 +1,14 @@
server:
  port: 9090
  port: 8080
  servlet:
    context-path: /@pom.build.finalName@
spring:
  application:
#    name: @pom.artifactId@
    name:
    name: @pom.build.finalName@
  datasource:
    # sql-server
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://127.0.0.1:1433;databasename=jsasrs
    url: jdbc:sqlserver://127.0.0.1:1433;databasename=ghtzasrs
    username: sa
    password: sa@123
  mvc:
@@ -18,14 +18,16 @@
    port: 6379
    database: 0
#    password: xltys1995
  profiles:
    active: prod
mybatis-plus:
  mapper-locations: classpath:mapper/*.xml
  global-config:
    field-strategy: 0
#  global-config:
#    field-strategy: 0
logging:
  path: /stock/out/logs
  path: /stock/out/@pom.build.finalName@/logs
super:
  pwd: xltys1995
@@ -33,54 +35,26 @@
swagger:
  enable: false
# 下位机配置
wcs-slave:
  # 堆垛机
  crn[0]:
    id: 1
    ip: 192.168.1.1
    port: 8888
  # 站点
  devp[0]:
    id: 1
    ip: 192.168.1.1
    port: 8888
    # 入库口
    inSta[0]:
      staNo: 2
      barcode: ${wcs-slave.barcode[0].id}
    # 拣料入库口
    pickSta[0]:
      staNo: 2
  # 条码扫描仪
  barcode[0]:
    id: 1
    ip: 192.168.1.1
    port: 8888
  # LED
  led[0]:
    id: 1
    ip: 192.168.1.1
    port: 8888
  # 磅称
  scale[0]:
    id: 1
    ip: 192.168.1.1
    port: 8888
#License相关配置
license:
  subject: ghtzwcs
  publicAlias: publicCert
  storePass: public_zhongyang_123456789
  licensePath: license.lic
  publicKeysStorePath: publicCerts.keystore
wms:
  # 是否开启上报
  start: true
  # WMS系统ip
  #url: 10.32.53.195:8080
  # WMS系统ip
  url: 10.32.53.195:8080
  # 入库任务申请接口
  inboundTaskApplyPath: api/InterFace/get_InterFace_TestStorage
  # 任务状态反馈接口
  taskStatusFeedbackPath: api/InterFace/get_InterFace_TestStorage
  # 货位状态更新接口
  locationUpdatePath: api/InterFace/get_InterFace_TestStorage
  # 移库申请接口
  movePath: api/InterFace/get_InterFace_TestStorage