标签:
Spring-Boot中Tomcat端口默认为8080,那么我们该如何来修改呢?
工具:eclipse
①打开eclipse,点击工具栏中的Run;
②选择Configurations(任选一个);
③进入修改页面,按下图进行设置(在VM arguments处填写-Dserver.port=**(**为你要启动的端口))
④这样就修改成功啦,启动看看吧(不行就重启一下eclipse试试)
更多方法请参考:
http://stackoverflow.com/questions/21083170/spring-boot-how-to-configure-port
标签:
原文地址:http://www.cnblogs.com/h-ys/p/5470047.html