mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
v1.0.4 release (^.^)YYa!!
This commit is contained in:
parent
e7106d5641
commit
42dbdefd5b
@ -20,12 +20,11 @@ import com.mybatisflex.codegen.config.ColumnConfig;
|
|||||||
import com.mybatisflex.codegen.config.GlobalConfig;
|
import com.mybatisflex.codegen.config.GlobalConfig;
|
||||||
import com.mybatisflex.codegen.config.TableConfig;
|
import com.mybatisflex.codegen.config.TableConfig;
|
||||||
import com.zaxxer.hikari.HikariDataSource;
|
import com.zaxxer.hikari.HikariDataSource;
|
||||||
import org.junit.Test;
|
|
||||||
|
|
||||||
public class GeneratorTest {
|
public class GeneratorTest {
|
||||||
|
|
||||||
|
|
||||||
@Test
|
// @Test
|
||||||
public void testGenerator() {
|
public void testGenerator() {
|
||||||
//配置数据源
|
//配置数据源
|
||||||
HikariDataSource dataSource = new HikariDataSource();
|
HikariDataSource dataSource = new HikariDataSource();
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -10,7 +10,7 @@
|
|||||||
<version>1.0.4</version>
|
<version>1.0.4</version>
|
||||||
|
|
||||||
<name>mybatis-flex</name>
|
<name>mybatis-flex</name>
|
||||||
<url>http://mybatis-flex.com</url>
|
<url>https://mybatis-flex.com</url>
|
||||||
<description>Mybatis-Flex is an elegant Mybatis Enhancement Framework.</description>
|
<description>Mybatis-Flex is an elegant Mybatis Enhancement Framework.</description>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user