自动化立体仓库 - WMS系统
bfwms
2025-09-30 b7b4510ab85d9c3a31645f56e3d799ad817d9762
src/main/resources/application.yml
@@ -1,7 +1,10 @@
server:
  port: 8081
  port: 8082
  servlet:
    context-path: /@pom.build.finalName@
  compression:
    enabled: true
    mime-types: application/javascript,text/css,application/json,application/xml,text/html,text/xml,text/plain
spring:
  application:
@@ -10,9 +13,10 @@
    enabled: false
  datasource:
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
#    url: jdbc:sqlserver://10.10.10.100:1433;databasename=bfasrs
#    url: jdbc:sqlserver://localhost:1433;databasename=bfasrs
    url: jdbc:sqlserver://192.168.4.15:1433;databasename=bfasrs
#    正式环境
    url: jdbc:sqlserver://10.10.10.100:1433;databasename=bfasrs
#    测试环境
#    url: jdbc:sqlserver://10.10.10.100:1433;databasename=bfasrs2
    username: sa
#    password: Zoneyung@zy56$
    password: sa@123
@@ -36,7 +40,7 @@
#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
logging:
  path: /stock/out/@pom.build.finalName@/logs
  path: /stock/out/@pom.build.finalName@/logs2
super:
  pwd: xltys1995
@@ -57,3 +61,14 @@
store:
  bufferCount: 2
#erp对接
erp:
  #地址
  address:
    URL: http://192.168.118.36:18180
    #入库单据
    inaddress: dapilc/restful/service/ilcwmsplus/IKWebService/cusInventoryTaskInfo
    #出库结果上报
    outReportAddress: dapilc/restful/service/ilcwmsplus/IKWebService/cusOutboundCompletionReport
    #入库结果上报
    inReportAddress: dapilc/restful/service/ilcwmsplus/IKWebService/cusInventoryCompletionReport