Commit 391afa79 by stylefeng

修复路径问题

parent d118d796
...@@ -19,7 +19,7 @@ public class ControllerConfig { ...@@ -19,7 +19,7 @@ public class ControllerConfig {
public void init() { public void init() {
ArrayList<String> imports = new ArrayList<>(); ArrayList<String> imports = new ArrayList<>();
imports.add("com.stylefeng.guns.common.controller.BaseController"); imports.add("com.stylefeng.guns.core.base.controller.BaseController");
imports.add("org.springframework.stereotype.Controller"); imports.add("org.springframework.stereotype.Controller");
imports.add("org.springframework.web.bind.annotation.RequestMapping"); imports.add("org.springframework.web.bind.annotation.RequestMapping");
imports.add("org.springframework.web.bind.annotation.ResponseBody"); imports.add("org.springframework.web.bind.annotation.ResponseBody");
......
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