From 8f7542559760324c4dd6a2f9795d4c4df21df7af Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期二, 31 十月 2023 14:38:57 +0800 Subject: [PATCH] 1. 修改了数据超标分析模块的类型为数据超标类型 --- pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index a3ef5a1..dfe88eb 100644 --- a/pom.xml +++ b/pom.xml @@ -96,6 +96,11 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>io.springfox</groupId> + <artifactId>springfox-boot-starter</artifactId> + <version>3.0.0</version> + </dependency> </dependencies> <build> -- Gitblit v1.9.3