From 42dbdefd5bbf8343579f0ac9851a3866c9bf7fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=B5=B7=E5=93=A5?= Date: Sun, 26 Mar 2023 15:06:36 +0800 Subject: [PATCH] v1.0.4 release (^.^)YYa!! --- .../test/java/com/mybatisflex/codegen/test/GeneratorTest.java | 3 +-- pom.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mybatis-flex-codegen/src/test/java/com/mybatisflex/codegen/test/GeneratorTest.java b/mybatis-flex-codegen/src/test/java/com/mybatisflex/codegen/test/GeneratorTest.java index 8e3d2d46..daa1f9fa 100644 --- a/mybatis-flex-codegen/src/test/java/com/mybatisflex/codegen/test/GeneratorTest.java +++ b/mybatis-flex-codegen/src/test/java/com/mybatisflex/codegen/test/GeneratorTest.java @@ -20,12 +20,11 @@ import com.mybatisflex.codegen.config.ColumnConfig; import com.mybatisflex.codegen.config.GlobalConfig; import com.mybatisflex.codegen.config.TableConfig; import com.zaxxer.hikari.HikariDataSource; -import org.junit.Test; public class GeneratorTest { - @Test +// @Test public void testGenerator() { //配置数据源 HikariDataSource dataSource = new HikariDataSource(); diff --git a/pom.xml b/pom.xml index d69af748..d8d39dcb 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 1.0.4 mybatis-flex - http://mybatis-flex.com + https://mybatis-flex.com Mybatis-Flex is an elegant Mybatis Enhancement Framework.