Commit 44f8bdb2 by fsn

更新mybatisplus的代码生成器

parent 4ffe95e7
...@@ -14,19 +14,15 @@ import com.baomidou.mybatisplus.generator.config.rules.NamingStrategy; ...@@ -14,19 +14,15 @@ import com.baomidou.mybatisplus.generator.config.rules.NamingStrategy;
import java.util.HashMap; import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**
* <p> * mybatis-plus代码生成器(用于生成entity)<br>
* 代码生成器演示 * 注意:<br>
* </p> * 因为没用mybatis-plus的Service和Controller所以生成完之后要删掉TTT目录
* @author stylefeng
* @Date 2017/5/21 12:38
*/ */
public class MpGenerator { public class MpGenerator {
/**
* <p>
* MySQL 生成演示
* </p>
*/
public static void main(String[] args) { public static void main(String[] args) {
AutoGenerator mpg = new AutoGenerator(); AutoGenerator mpg = new AutoGenerator();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment