From fe39a7bc7bb45f73646aa944150f57129e480ac7 Mon Sep 17 00:00:00 2001 From: wangzhijun <wangazhi@sohu.com> Date: 星期三, 09 十二月 2020 16:16:53 +0800 Subject: [PATCH] 模板controller导入;模板vue列表页当有查询条件时报错 --- ruoyi-common/pom.xml | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index e4c677a..35adaa3 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi</artifactId> <groupId>com.ruoyi</groupId> - <version>3.0.0</version> + <version>3.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -119,6 +119,23 @@ <artifactId>javax.servlet-api</artifactId> </dependency> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>mybatis-plus-boot-starter</artifactId> + </dependency> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>mybatis-plus-extension</artifactId> + </dependency> + <dependency> + <groupId>cn.hutool</groupId> + <artifactId>hutool-all</artifactId> + </dependency> + <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + </dependency> + </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3