From ac38f7b9099d96165e248209c9c8fd127cb22972 Mon Sep 17 00:00:00 2001 From: zendwang <wangzhenxian@idadt.com> Date: 星期四, 02 十二月 2021 18:34:49 +0800 Subject: [PATCH] fix 为Transactional注解设置rollback属性 --- ruoyi-common/pom.xml | 20 +------------------- 1 files changed, 1 insertions(+), 19 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 9b5af98..68db4cc 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>3.3.0</version> + <version>3.4.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -70,28 +70,10 @@ <artifactId>snakeyaml</artifactId> </dependency> - <!-- Token鐢熸垚涓庤В鏋�--> - <dependency> - <groupId>io.jsonwebtoken</groupId> - <artifactId>jjwt</artifactId> - </dependency> - <!-- jdk11 缂哄け渚濊禆 jaxb--> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> - </dependency> - - <!-- redis 缂撳瓨鎿嶄綔 --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-data-redis</artifactId> - </dependency> - - <!-- pool 瀵硅薄姹� --> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-pool2</artifactId> </dependency> <!-- servlet鍖� --> -- Gitblit v1.9.3