From 0b8e5e2ee3c47e385816165826754d5cbb86faad Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期五, 05 九月 2025 21:50:07 +0800
Subject: [PATCH] art: 2#装配线设备状态采集模板

---
 pom.xml |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index a0d5715..5004b94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
     <artifactId>lxzn-system-collect</artifactId>
     <version>1.0.0</version>
     <url>http://maven.apache.org</url>
-    <name>LXZN-SYSTEM-COLLECT  ${project.version}</name>
+    <name>LXZN-SYSTEM-COLLECT ${project.version}</name>
 
     <parent>
         <groupId>org.springframework.boot</groupId>
@@ -23,6 +23,9 @@
         <mybatis-plus.version>3.5.6</mybatis-plus.version>
         <dynamic-datasource-spring-boot-starter.version>3.2.0</dynamic-datasource-spring-boot-starter.version>
         <druid.version>1.1.22</druid.version>
+
+        <knife4j-spring-boot-starter.version>3.0.3</knife4j-spring-boot-starter.version>
+        <knife4j-spring-ui.version>2.0.9</knife4j-spring-ui.version>
     </properties>
 
     <dependencies>
@@ -73,6 +76,13 @@
             <scope>runtime</scope>
         </dependency>
 
+        <!-- knife4j -->
+        <dependency>
+            <groupId>com.github.xiaoymin</groupId>
+            <artifactId>knife4j-spring-boot-starter</artifactId>
+            <version>${knife4j-spring-boot-starter.version}</version>
+        </dependency>
+
         <!-- Lombok -->
         <dependency>
             <groupId>org.projectlombok</groupId>

--
Gitblit v1.9.3