From 2fe919b6ceeab958d1d5e65a8b39fca129f0e6c5 Mon Sep 17 00:00:00 2001
From: 若依 <yzz_ivy@163.com>
Date: Mon, 01 Nov 2021 13:28:59 +0800
Subject: [PATCH] !361 优化一些布尔判断语法 Merge pull request !361 from 清溪先生/master
---
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