From 0fdb14af2a8727cfc917313701cac6bcd4c0e58d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=9F=B3=E5=A4=B4=E4=BA=BA?= <3076767823@qq.com>
Date: Fri, 7 Feb 2025 11:01:16 +0800
Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=A2=9E=E5=8A=A0=E6=A8=A1?=
=?UTF-8?q?=E6=9D=BF=E7=9B=B8=E5=85=B3=E4=BE=9D=E8=B5=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 107 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1cb387a..48b59a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,10 +4,11 @@
4.0.0
com.dpkj
- 银医通-澜沧中医院-DLL-台式机
+
+ yinyitong-zhongyuyuan-dll-stand
0.0.1-SNAPSHOT
- ems-express-call-dll
- ems-express-call-dll
+ yinyitong-zhongyuyuan-dll-stand
+ 银医通-澜沧中医院-DLL-台式机
org.springframework.boot
@@ -34,11 +35,13 @@
lombok
true
+
org.springframework.boot
spring-boot-starter-test
test
+
junit
junit
@@ -50,12 +53,14 @@
hutool-crypto
${hutool.version}
+
net.java.dev.jna
jna
${jna.version}
+
net.java.dev.jna
jna-platform
@@ -68,6 +73,48 @@
pdfbox
${pdfbox.version}
+
+
+
+ com.alibaba
+ fastjson
+ 1.2.83
+
+
+
+
+ org.thymeleaf
+ thymeleaf-spring5
+
+
+
+
+ org.xhtmlrenderer
+ flying-saucer-core
+ 9.1.22
+
+
+
+
+ com.google.zxing
+ core
+ 3.4.1
+
+
+
+
+ org.jsoup
+ jsoup
+ 1.15.4
+
+
+
+ ognl
+ ognl
+ 3.1.28
+
+
+
@@ -77,6 +124,63 @@
org.springframework.boot
spring-boot-maven-plugin
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.0.0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+