From f04ca57f7a3d8112e6c7f5c5a4dc72f1ba9e8edc Mon Sep 17 00:00:00 2001 From: zouhuu <zouhugz@163.com> Date: 星期一, 17 四月 2023 16:08:44 +0800 Subject: [PATCH] update ruoyi-generator/src/main/resources/mapper/generator/GenTableColumnMapper.xml. 修复生成列字段注释显示不全问题 --- ruoyi-framework/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index 2e8817b..a2ccee2 100644 --- a/ruoyi-framework/pom.xml +++ b/ruoyi-framework/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi</artifactId> <groupId>com.ruoyi</groupId> - <version>3.8.0</version> + <version>3.8.5</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -37,7 +37,7 @@ <!-- 验证码 --> <dependency> - <groupId>com.github.penggle</groupId> + <groupId>pro.fessional</groupId> <artifactId>kaptcha</artifactId> <exclusions> <exclusion> -- Gitblit v1.9.2