springboot 设定访问项目的根路径

Posted more harder, the more fortunat

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot 设定访问项目的根路径相关的知识,希望对你有一定的参考价值。

springboot的配置文件application.yml:

spring.mvc.view.prefix : /
spring.mvc.view.suffix : .html 
server:
   port: 8082
   context-path: /pecool

如此一来,我们访问项目就变成:http://ipAddress:8082/pecool/customer/login

以上是关于springboot 设定访问项目的根路径的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot项目的classpath

SpringBoot项目启动成功,访问路径提示404

springboot 项目 指定访问路径有项目名

java sts 搭建了springboot 项目为啥访问不到后台路径呀

springboot配置虚拟路径访问用户上传的附件及图片资源

springboot访问路径添加项目名称tomcat端口号