修改访问不了静态页面问题

This commit is contained in:
暮光:城中城
2019-01-24 19:11:39 +08:00
committed by zhanghongli
parent 7703590938
commit 8c58e27196
43 changed files with 126 additions and 142 deletions

View File

@@ -36,7 +36,7 @@ public class Application extends SpringBootServletInitializer {
String urlCtx = hostAddress + ":" + serverPort + "/" + contextPath;
logger.info("\n----------------------------------------------------------\n\t" +
"\t\t地址列表\n\t" +
"管理地址http://{}statics/manage/home.html\n" +
"管理地址http://{}static/manage/home.html\n" +
"----------------------------------------------------------",
urlCtx
);