From f18b3bc6bed8100a12219db7251c4757d996d5c1 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期五, 28 二月 2020 20:29:19 +0800 Subject: [PATCH] 代码生成字段描述可编辑 --- ruoyi/pom.xml | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/ruoyi/pom.xml b/ruoyi/pom.xml index d44b49f..e32da8a 100644 --- a/ruoyi/pom.xml +++ b/ruoyi/pom.xml @@ -5,7 +5,7 @@ <groupId>com.ruoyi</groupId> <artifactId>ruoyi</artifactId> - <version>2.0.0</version> + <version>2.1.0</version> <packaging>jar</packaging> <name>ruoyi</name> @@ -43,14 +43,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> - <!-- - <exclusions> - <exclusion> - <artifactId>spring-boot-starter-tomcat</artifactId> - <groupId>org.springframework.boot</groupId> - </exclusion> - </exclusions> - --> </dependency> <!-- SpringBoot 测试 --> -- Gitblit v1.9.2