From 9f0fe04350c019c2ed1655d5b833648788734994 Mon Sep 17 00:00:00 2001 From: zhangc <zc@123> Date: 星期二, 14 一月 2025 16:34:51 +0800 Subject: [PATCH] 优化库位检索逻辑,移除冗余参数 --- src/main/resources/application.yml | 60 +++--------------------------------------------------------- 1 files changed, 3 insertions(+), 57 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 82ee6e0..22524fb 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,58 +1,4 @@ -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://10.10.10.100:1433;databasename=bfasrs -# url: jdbc:sqlserver://localhost:1433;databasename=bfasrs - username: sa -# password: Zoneyung@zy56$ - 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: false - # 鍙屾繁搴撲綅鎺掑彿 - doubleLocs: 1,4,5,8,9,12,13,16,17,20,21,24,25,28,29,32,33,36,37,40,41,44,45,48 - # 涓�涓爢鍨涙満璐熻矗鐨勮揣鏋舵帓鏁� - groupCount: 4 - -#鍏ュ簱鏆傚瓨鏁� -store: - bufferCount: 2 - + profiles: + #dev loc prod + active: loc \ No newline at end of file -- Gitblit v1.9.1