From 973eed10d720c7dbd0020407c3b89fe1d385944f Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期一, 08 十二月 2025 09:42:20 +0800 Subject: [PATCH] wms功能完善 --- src/main/resources/application.yml | 77 +------------------------------------- 1 files changed, 2 insertions(+), 75 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 6837ac5..3d7808a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,76 +1,3 @@ -server: - port: 8080 - servlet: - context-path: /@pom.build.finalName@ - spring: - application: - name: @pom.build.finalName@ - jmx: - enabled: false - datasource: - driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver - url: jdbc:sqlserver://192.168.4.15:1433;databasename=sxlktasrs - username: sa - password: sa@123 - mvc: - static-path-pattern: /** - redis: - host: localhost - port: 6379 - database: 0 -# password: xltys1995 - servlet: - multipart: - maxFileSize: 100MB - maxRequestSize: 100MB - -mybatis-plus: - mapper-locations: classpath:mapper/*.xml -# global-config: -# field-strategy: 0 -# configuration: -# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl - -logging: - path: /stock/out/@pom.build.finalName@/logs - -super: - pwd: xltys1995 - -swagger: - enable: false - -# 涓嬩綅鏈洪厤缃� -wcs-slave: - # 鍙屾繁 - doubleDeep: true - # 鍙屾繁搴撲綅鎺掑彿 -# doubleLocs: 1,4,11,14,21,24 - doubleLocs: 1,4,5,8,9,12 - # 涓�涓爢鍨涙満璐熻矗鐨勮揣鏋舵帓鏁� - groupCount: 4 - # 宸︽繁搴撲綅鎺掑彿 - doubleLocsLeft : 1,5,9 - # 鍙虫繁搴撲綅鎺掑彿 - doubleLocsRight : 4,8,12 -#ERP鎺ュ彛 -erp: - enabled: false - enabledNew: false - enabledErpDetTb: false - enabledErpPrdt: false - # enabled: false - #鏌ョ湅ERP涓棿琛ㄩ棿闅� - refreshtime: 0/5 * * * * ? - db: - driver_class_name: com.microsoft.sqlserver.jdbc.SQLServerDriver - url: jdbc:sqlserver://192.168.0.13:1433;databasename=DB_2022 - username: sa - password: Qaz@1234 - useName: - ip: 192.168.0.13 - - -comb: - limit: 5000 \ No newline at end of file + profiles: + active: dev -- Gitblit v1.9.1