From d8b3392c78ef7275125b3c6d1f247d7256942f60 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期三, 12 六月 2024 10:26:19 +0800 Subject: [PATCH] 1、删除压力测试相关数据库表test*,相应删除pojo和mapper; 2、删除demo模块及相关数据库表demo*,相应删除pojo和mapper。 --- pipIrr-platform/pipIrr-common/pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-common/pom.xml b/pipIrr-platform/pipIrr-common/pom.xml index 893e832..c000009 100644 --- a/pipIrr-platform/pipIrr-common/pom.xml +++ b/pipIrr-platform/pipIrr-common/pom.xml @@ -56,6 +56,12 @@ <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> + <exclusions> + <exclusion> + <groupId>*</groupId> + <artifactId>*</artifactId> + </exclusion> + </exclusions> </dependency> <!-- api鍦ㄧ嚎鏂囨。 https://springdoc.org/#modules--> @@ -115,6 +121,7 @@ <artifactId>mina-core</artifactId> <version>2.2.2</version> </dependency> + <!-- quartz --> <dependency> <groupId>org.quartz-scheduler</groupId> @@ -126,6 +133,11 @@ <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-slf4j-impl</artifactId> + <version>2.17.2</version> + </dependency> </dependencies> <build> -- Gitblit v1.8.0