admin管理员组

文章数量:1122852

Springboot项目启动后自动在浏览器打开(超简单)_杨默他的国的博客-CSDN博客_springboot启动后怎么看网页

 

try {
			InetAddress addr = InetAddress.getLocalHost();
			System.out.println("Local HostAddress: "+addr.getHostAddress());
			Runtime.getRuntime().exec("cmd   /c   start   http://"+addr.getHostAddress()+":8080/files");//可以指定自己的路径
		} catch (Exception ex) {
			ex.printStackTrace();
		}

Java 实例 – 获取本机ip地址及主机名 | 菜鸟教程

本文标签: 浏览器项目SpringBoot