From d954c8f39ec3c887935bbcd320f382c9f9d5710a Mon Sep 17 00:00:00 2001 From: ChenJiaHe <763432473@qq.com> Date: 星期四, 21 一月 2021 11:16:04 +0800 Subject: [PATCH] XML工具 --- pom.xml | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 53ed0f3..4e89e6e 100644 --- a/pom.xml +++ b/pom.xml @@ -52,13 +52,31 @@ <!--mybatis鑷姩鐢熸垚--> <mybatis.actable>1.1.1.RELEASE</mybatis.actable> <!--鑵捐浜慶os--> - <cos.version>5.6.24</cos.version> + <cos.version>5.6.32</cos.version> + <!--鍔犲瘑鍣�--> + <jasypt.version>2.1.2</jasypt.version> + <!--瀵硅薄涓嶺ML澶勭悊--> + <jaxb.version>2.3.1</jaxb.version> </properties> <!-- 澹版槑渚濊禆涓嶅紩鍏� --> <dependencyManagement> <dependencies> + <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api --> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>${jaxb.version}</version> + </dependency> + + <dependency> + <groupId>com.github.ulisesbocchio</groupId> + <artifactId>jasypt-spring-boot-starter</artifactId> + <version>${jasypt.version}</version> + </dependency> + + <!-- https://mvnrepository.com/artifact/com.qcloud/cos_api --> <dependency> <groupId>com.qcloud</groupId> <artifactId>cos_api</artifactId> -- Gitblit v1.8.0