From 98154abb1b191d8a353417709ea1afc9984e1864 Mon Sep 17 00:00:00 2001
From: zhuo <2089219845@qq.com>
Date: 星期五, 21 二月 2025 11:21:56 +0800
Subject: [PATCH] 修改所有的请求方式
---
pom.xml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 344fdf9..94e9b64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,6 +264,13 @@
<version>${ruoyi.version}</version>
</dependency>
+ <!--cnas璁惧绠$悊-->
+ <dependency>
+ <groupId>com.ruoyi</groupId>
+ <artifactId>cnas-device</artifactId>
+ <version>${ruoyi.version}</version>
+ </dependency>
+
<!-- minio -->
<dependency>
<groupId>io.minio</groupId>
@@ -376,6 +383,7 @@
<module>performance-server</module>
<module>cnas-require</module>
<module>cnas-manage</module>
+ <module>cnas-device</module>
</modules>
<packaging>pom</packaging>
--
Gitblit v1.9.3