From 2354b39c08f9cbe6c2878ee768abd9748c3c21b5 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期四, 06 六月 2024 17:26:46 +0800 Subject: [PATCH] feat:成绩管理-试卷展示 --- pom.xml | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index d86ce87..fbd1c5a 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,9 @@ <java.version>1.8</java.version> <mysql.version>8.0.17</mysql.version> <spring.boot.version>2.1.6.RELEASE</spring.boot.version> - <mybatisplus.version>3.5.1</mybatisplus.version> + <mybatisplus.version>3.5.4</mybatisplus.version> <lombok.version>1.18.24</lombok.version> + <knife.version>3.0.3</knife.version> </properties> @@ -40,6 +41,13 @@ <dependencies> + + <!-- swagger --> + <dependency> + <groupId>io.springfox</groupId> + <artifactId>springfox-swagger2</artifactId> + <version>3.0.0</version> + </dependency> <!-- lombok --> <dependency> @@ -84,12 +92,6 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-undertow</artifactId> <version>${spring.boot.version}</version> - </dependency> - - <dependency> - <groupId>org.mybatis.spring.boot</groupId> - <artifactId>mybatis-spring-boot-starter</artifactId> - <version>2.1.0</version> </dependency> <dependency> -- Gitblit v1.8.0