瀏覽代碼

controller包配置

yq 3 年之前
父節點
當前提交
776105c977
共有 1 個文件被更改,包括 1 次插入1 次删除
  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");