#
ynhfasrs
2025-09-27 3c6df3daea5be783756fe860abd5ce38119474ae
src/main/resources/application.yml
@@ -1,19 +1,14 @@
server:
  port: 9090
  port: 8080
  servlet:
    context-path: /@pom.build.finalName@
spring:
  application:
#    name: @pom.artifactId@
    name:
    name: @pom.build.finalName@
  datasource:
    # mysql
#    driver-class-name: com.mysql.jdbc.Driver
#    url: jdbc:mysql://127.0.0.1:3306/zy_wcs?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
#    username: root
#    password: xltys1995
    # sql-server
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://192.168.1.108:1433;databasename=cool
    url: jdbc:sqlserver://127.0.0.1:1433;databasename=ynhfasrs
    username: sa
    password: sa@123
  mvc:
@@ -23,17 +18,41 @@
    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
swagger:
  enable: false
  enable: false
#License相关配置
license:
  subject: ynhfwcs
  publicAlias: publicCert
  storePass: public_zhongyang_123456789
  licensePath: license.lic
  publicKeysStorePath: publicCerts.keystore
wms:
  #输送线暂存数
  count: 8
  # 是否开启上报
  start: true
  # WMS系统ip
  url: 192.168.10.12:8001
  # 入库任务申请接口
  inboundTaskApplyPath: /wes/api/drivers/zy/asrs/inboundTaskApply
  # WCS回调WMS
  TaskExecCallback: /wes/api/drivers/zy/asrs/callback
  # 移库申请接口
  movePath: /wes/api/get_InterFace_TestStorage