From 565010f8b7fddc0fb38d98319a848371c395b677 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期五, 30 一月 2026 08:59:10 +0800
Subject: [PATCH] #RouteUtils.jar

---
 rsf-server/pom.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/rsf-server/pom.xml b/rsf-server/pom.xml
index e1848c5..780f628 100644
--- a/rsf-server/pom.xml
+++ b/rsf-server/pom.xml
@@ -33,6 +33,12 @@
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-security</artifactId>
 		</dependency>
+		<dependency>
+			<groupId>RouteUtils</groupId>
+			<artifactId>RouteUtils</artifactId>
+			<version>1.0.0</version>
+			<systemPath>${project.basedir}/src/main/resources/lib/RouteUtils.jar</systemPath>
+		</dependency>
     </dependencies>
 
 	<build>

--
Gitblit v1.9.1