From 9609e2b096fac01efaa56958042b4175bbc25d5b Mon Sep 17 00:00:00 2001 From: zhang <zc857179121@qq.com> Date: 星期二, 18 十一月 2025 14:36:45 +0800 Subject: [PATCH] 1 --- src/main/resources/application.yml | 70 ++--------------------------------- 1 files changed, 4 insertions(+), 66 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 03b0b8e..44813d0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,68 +1,6 @@ -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://localhost:1433;databasename=lfdasrs - 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 - + profiles: + active: dev logging: - path: /stock/out/@pom.build.finalName@/logs - -super: - pwd: xltys1995 - -swagger: - enable: false - -# 涓嬩綅鏈洪厤缃� -wcs-slave: - # 鍙屾繁 - doubleDeep: true - # 鍙屾繁搴撲綅鎺掑彿 - doubleLocs: 9,12,15,18 - # 涓�涓爢鍨涙満璐熻矗鐨勮揣鏋舵帓鏁� - groupCount: 4 -#ERP鎺ュ彛 -erp: - enabled: true - # enabled: false - #鏌ョ湅ERP涓棿琛ㄩ棿闅� - refreshtime: 0/5 * * * * ? - db: - driver_class_name: com.microsoft.sqlserver.jdbc.SQLServerDriver - url: jdbc:sqlserver://127.0.0.1:1433;databasename=lfdasrs - username: sa - password: sa@123 - useName: - ip: 127.0.0.1 - - -comb: - limit: 5000 \ No newline at end of file + file: + path: /stock/out/wms/logs \ No newline at end of file -- Gitblit v1.9.1