|
|
@ -28,7 +28,7 @@ import org.springblade.core.launch.constant.AppConstant; |
|
|
|
public class SystemApplication { |
|
|
|
public class SystemApplication { |
|
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
public static void main(String[] args) { |
|
|
|
BladeApplication.run(AppConstant.APPLICATION_SYSTEM_NAME.concat("-pref"), SystemApplication.class, args); |
|
|
|
BladeApplication.run(AppConstant.APPLICATION_SYSTEM_NAME, SystemApplication.class, args); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|