From e4c691fd5f845283426aba8be0788adeadde6a0e Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期五, 29 十月 2021 17:36:13 +0800 Subject: [PATCH] !107 add 新增 Admin 监控 Bean 初始化 startup trace 监控插件 Merge pull request !107 from shenxinquan/auto-480232-dev-1635497752042 --- ruoyi-common/pom.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index b6e9f9a..12f14a0 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.2.0</version> + <version>3.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -76,10 +76,10 @@ <artifactId>jjwt</artifactId> </dependency> - <!-- Jaxb --> + <!-- jdk11 缂哄け渚濊禆 jaxb--> <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> + <groupId>com.sun.xml.bind</groupId> + <artifactId>jaxb-impl</artifactId> </dependency> <!-- redis 缂撳瓨鎿嶄綔 --> -- Gitblit v1.9.3