|
@@ -64,7 +64,7 @@ public class PackageConfig {
|
|
/**
|
|
/**
|
|
* Controller包名
|
|
* Controller包名
|
|
*/
|
|
*/
|
|
- private String controller = "web";
|
|
|
|
|
|
+ private String controller = "controller";
|
|
|
|
|
|
public String getParent() {
|
|
public String getParent() {
|
|
if (StringUtils.isNotEmpty(moduleName)) {
|
|
if (StringUtils.isNotEmpty(moduleName)) {
|