springboot访问路径添加项目名称、tomcat端口号
2021-01-27 01:17
阅读:730
标签:tomcat 图片 contex xxxx src 技术 添加 名称 配置 springboot访问路径添加项目名称、tomcat端口号 标签:tomcat 图片 contex xxxx src 技术 添加 名称 配置 原文地址:https://www.cnblogs.com/weibanggang/p/12850801.html
springboot因为是内置tomcat,所以在访问项目时无需再端口后添加项目名称,如果想要添加项目名称则需要在配置文件中添加server.context-path=/XXXXXXX;如果不起作用,是因为使用了更高版本的springboot,在新的版本中配置需改为server.servlet.context-path=/XXXXXXX;
#指定服务端口
server.port=8081
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:springboot访问路径添加项目名称、tomcat端口号
文章链接:http://soscw.com/index.php/essay/47534.html
文章标题:springboot访问路径添加项目名称、tomcat端口号
文章链接:http://soscw.com/index.php/essay/47534.html
评论
亲,登录后才可以留言!