Browse Source

controller包配置

yq 3 years ago
parent
commit
776105c977
1 changed files with 1 additions and 1 deletions
  1. 1 1
      技术分享/manven多模块+mybatisplus自动生成代码

+ 1 - 1
技术分享/manven多模块+mybatisplus自动生成代码

@@ -60,7 +60,7 @@ public class TestUtils {
         //修改
         PackageConfig pc = new PackageConfig();
         pc.setParent("com.bizmatics");
-        pc.setController("fiveep.controller.web");
+        pc.setController("controller.web");
         pc.setEntity("model");
         pc.setMapper("persistence.mapper");
         pc.setService("service");