Explorar el Código

controller包配置

yq hace 3 años
padre
commit
776105c977
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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");