Commit ab0d6fc03b83af59309efa395ab9b06ad8666d4b
1 parent
4f4382009d
Exists in
master
忽略MysqlGenerator.java的提交
Showing 2 changed files with 176 additions and 175 deletions
parent/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/generator/.gitignore
View file @
ab0d6fc
| 1 | +/MysqlGenerator.java |
parent/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/generator/MysqlGenerator.java
View file @
ab0d6fc
| ... | ... | @@ -48,11 +48,11 @@ |
| 48 | 48 | |
| 49 | 49 | // strategy.setInclude(new String[] { |
| 50 | 50 | // "SYS_USERS","SYS_USER_ROLE_MAPS","SYS_ROLES" }); // 需要生成的表 |
| 51 | - strategy.setInclude(new String[] { "DIAGNOSE_VERSION", "DIAGNOSE_SOURCE", "DIAGNOSE_CONF" }); // 需要生成的表 | |
| 51 | + strategy.setInclude(new String[] { "HISTORY_SOURCE"}); // 需要生成的表 | |
| 52 | 52 | // pc.setParent("com.lyms.hospital"); |
| 53 | - pc.setParent("com.lyms.base.common"); | |
| 53 | + pc.setParent("com.lyms.hospital"); | |
| 54 | 54 | |
| 55 | - pc.setFunctionName("conf"); // com.lyms.hospital.web.controller.sys | |
| 55 | + pc.setFunctionName("history"); // com.lyms.hospital.web.controller.sys | |
| 56 | 56 | // 加在controller后面 |
| 57 | 57 | // pc.setModuleName("sys"); //com.lyms.hospital.sys.controller |
| 58 | 58 | // 加在controller前面 |