提交 58d935b3 编写于 作者: lakernote's avatar lakernote

(update)[整体](修改启动脚本的jvm参数)

上级 11696a30
......@@ -15,7 +15,7 @@ public class OpenBrowserHandler implements CommandLineRunner {
try {
//可以指定自己的路径
if (SystemUtil.getOsInfo().isWindows()) {
Runtime.getRuntime().exec("cmd /c start http://localhost:" + serverPort + "/admin");
Runtime.getRuntime().exec("cmd /c start http://localhost:" + serverPort + "/admin/login.html");
} else {
String name = SystemUtil.getOsInfo().getName();
System.out.println("==================================================注意====================================================");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册