From ef4bfde4a8d43e012ade7c3e8946f4c121fc578d Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Mon, 22 Nov 2021 18:06:44 +0800
Subject: [PATCH] 优化提示信息
---
ruoyi-common/pom.xml | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index 486d39f..278434b 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -43,8 +43,8 @@
<!-- 自定义验证注解 -->
<dependency>
- <groupId>javax.validation</groupId>
- <artifactId>validation-api</artifactId>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!--常用工具类 -->
@@ -89,12 +89,18 @@
<artifactId>snakeyaml</artifactId>
</dependency>
- <!--Token生成与解析-->
+ <!-- Token生成与解析-->
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
</dependency>
+ <!-- Jaxb -->
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </dependency>
+
<!-- redis 缓存操作 -->
<dependency>
<groupId>org.springframework.boot</groupId>
--
Gitblit v1.9.2