|
@@ -16,7 +16,8 @@ import org.springframework.scheduling.annotation.EnableAsync;
|
|
|
"com.zksy.api", // 需要跨模块时再加
|
|
"com.zksy.api", // 需要跨模块时再加
|
|
|
"com.zksy.base.service",
|
|
"com.zksy.base.service",
|
|
|
"com.zksy.system.service",
|
|
"com.zksy.system.service",
|
|
|
- "com.zksy.common"
|
|
|
|
|
|
|
+ "com.zksy.common",
|
|
|
|
|
+ "com.zksy.utils"
|
|
|
})
|
|
})
|
|
|
public class EnvironmentApplication {
|
|
public class EnvironmentApplication {
|
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|