新增待办信息
This commit is contained in:
@@ -24,13 +24,6 @@ public class MiniApplication extends SpringBootServletInitializer {
|
|||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(MiniApplication.class, args);
|
SpringApplication.run(MiniApplication.class, args);
|
||||||
logger.info(
|
|
||||||
"\n\n==============================================================\n"
|
|
||||||
+ "\n 启动完成,访问地址:http://127.0.0.1:{}\n"
|
|
||||||
+ "\n==============================================================\n",
|
|
||||||
Global.getProperty("server.port") + FileUtils.path("/"
|
|
||||||
+ Global.getProperty("server.servlet.context-path")
|
|
||||||
+ Global.getAdminPath()) + "/state/server/index");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user