diff --git a/luigi-dao/src/main/resources/mybatis-generator/generatorConfig.xml b/luigi-dao/src/main/resources/mybatis-generator/generatorConfig.xml new file mode 100644 index 0000000..55b1486 --- /dev/null +++ b/luigi-dao/src/main/resources/mybatis-generator/generatorConfig.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
\ No newline at end of file diff --git a/luigi-dao/src/main/resources/mybatis-generator/mybatisGeneratorinit.properties b/luigi-dao/src/main/resources/mybatis-generator/mybatisGeneratorinit.properties new file mode 100644 index 0000000..490514b --- /dev/null +++ b/luigi-dao/src/main/resources/mybatis-generator/mybatisGeneratorinit.properties @@ -0,0 +1,7 @@ +#Mybatis Generator configuration +project =src/main/java +resources=src/main/resources +jdbc_driver =com.mysql.jdbc.Driver +jdbc_url=jdbc:mysql://localhost:3306/mario +jdbc_user=root +jdbc_password= \ No newline at end of file