diff --git a/pom.xml b/pom.xml
index 52ad33d..0e2cf50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,6 +357,13 @@
${revision}
+
+
+ org.dromara
+ hw-wcs
+ ${revision}
+
+
diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index 9e97804..77b1adb 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -93,6 +93,12 @@
ruoyi-workflow
+
+
+ org.dromara
+ hw-wcs
+
+
de.codecentric
spring-boot-admin-starter-client
diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml
index 0f6f4c5..e26b263 100644
--- a/ruoyi-admin/src/main/resources/application-dev.yml
+++ b/ruoyi-admin/src/main/resources/application-dev.yml
@@ -126,7 +126,7 @@ redisson:
# 单节点配置
singleServerConfig:
# 客户端名称 不能用中文
- clientName: RuoYi-Vue-Plus
+ clientName: haiwei-Vue-Plus
# 最小空闲连接数
connectionMinimumIdleSize: 8
# 连接池大小
diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index b82fc9a..e08245e 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -150,7 +150,7 @@ mybatis-plus:
# 主键类型
# AUTO 自增 NONE 空 INPUT 用户输入 ASSIGN_ID 雪花 ASSIGN_UUID 唯一 UUID
# 如需改为自增 需要将数据库表全部设置为自增
- idType: AUTO
+ idType: ASSIGN_ID
# 数据加密
mybatis-encryptor:
@@ -207,6 +207,8 @@ springdoc:
packages-to-scan: org.dromara.generator
- group: 5.工作流模块
packages-to-scan: org.dromara.workflow
+ - group: 6.WCS模块
+ packages-to-scan: org.dromara.wcs
# 防止XSS攻击
xss:
diff --git a/ruoyi-modules/hw-wcs/pom.xml b/ruoyi-modules/hw-wcs/pom.xml
index 88edba9..3190d06 100644
--- a/ruoyi-modules/hw-wcs/pom.xml
+++ b/ruoyi-modules/hw-wcs/pom.xml
@@ -16,6 +16,7 @@
+
org.dromara
@@ -27,44 +28,41 @@
ruoyi-common-doc
+
+ org.dromara
+ ruoyi-common-sms
+
+
+
+ org.dromara
+ ruoyi-common-mail
+
+
+
+ org.dromara
+ ruoyi-common-redis
+
+
+
+ org.dromara
+ ruoyi-common-idempotent
+
+
org.dromara
ruoyi-common-mybatis
-
- org.dromara
- ruoyi-common-translation
-
-
-
-
- org.dromara
- ruoyi-common-oss
-
-
org.dromara
ruoyi-common-log
-
org.dromara
ruoyi-common-excel
-
-
- org.dromara
- ruoyi-common-sms
-
-
-
- org.dromara
- ruoyi-common-tenant
-
-
org.dromara
ruoyi-common-security
@@ -77,7 +75,12 @@
org.dromara
- ruoyi-common-idempotent
+ ruoyi-common-ratelimiter
+
+
+
+ org.dromara
+ ruoyi-common-translation
@@ -92,12 +95,12 @@
org.dromara
- ruoyi-common-websocket
+ ruoyi-common-tenant
org.dromara
- ruoyi-common-sse
+ ruoyi-common-websocket