From 93892dffae58016f8ffd9ee28bbbfa82a66bd7ad Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期二, 21 十月 2025 12:47:53 +0800
Subject: [PATCH] #
---
pom.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 063c084..dfb0a0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,6 +133,13 @@
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
<version>4.2.0</version>
</dependency>
+ <dependency>
+ <groupId>webapi</groupId>
+ <artifactId>webapi</artifactId>
+ <version>1.0.0</version>
+ <scope>system</scope>
+ <systemPath>${project.basedir}/src/main/resources/lib/webapi.jar</systemPath>
+ </dependency>
<!-- <dependency>-->
<!-- <groupId>kingdee-xw-openapi</groupId>-->
<!-- <artifactId>kingdee-xw-openapi</artifactId>-->
--
Gitblit v1.9.1