From dfdf0455cb9f8f9fdbb0fa3e45db09f56cac1e5d Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期五, 09 一月 2026 10:52:02 +0800
Subject: [PATCH] #
---
src/main/resources/application.yml | 59 ++++++++++++++++++++++++++++++++++++++++++-----------------
1 files changed, 42 insertions(+), 17 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 053dbc4..67ee66e 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,39 +1,64 @@
server:
port: 9090
+ servlet:
+ context-path: /@pom.build.finalName@
spring:
application:
-# name: @pom.artifactId@
- name:
+ name: @pom.build.finalName@
datasource:
- # mysql
+ hikari:
+ validation-timeout: 3000
+ connection-test-query: select 1
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
+ url: jdbc:mysql://127.0.0.1:3306/shuttle_rcs?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.103:1433;databasename=cool
-# username: sa
-# password: sa@123
+ password: root
mvc:
static-path-pattern: /**
redis:
- host: localhost
+ host: 127.0.0.1
port: 6379
- database: 0
-# password: xltys1995
+ database: 3
+ # password: 123456
+ task:
+ scheduling:
+ pool:
+ size: 3
mybatis-plus:
mapper-locations: classpath:mapper/*.xml
- global-config:
- field-strategy: 0
+# global-config:
+# field-strategy: 0
+# configuration:
+# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+
logging:
- path: /stock/out/logs
+ path: ./stock/out/@pom.build.finalName@/logs
super:
pwd: xltys1995
swagger:
- enable: false
\ No newline at end of file
+ enable: false
+
+#License鐩稿叧閰嶇疆
+license:
+ subject: shuttleRcs
+ publicAlias: publicCert
+ storePass: public_zhongyang_123456789
+ licensePath: license.lic
+ publicKeysStorePath: publicCerts.keystore
+
+pythonCalcPath: D:\\path\\cpu.py
+pythonCalcSimilarity: D:\\path\\similarity.py
+
+deviceMsgConfig:
+ # 璇诲彇鏁版嵁鍚庤嚜鍔ㄥ垹闄�
+ destroyAfterReading: true
+
+deviceExecuteConfig:
+ # 姣忎釜绾跨▼绠℃帶璁惧鎵ц鏁伴噺
+ threadControlCount: 10
+ liftType: lift
\ No newline at end of file
--
Gitblit v1.9.1