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 设定访问项目的根路径的主要内容,如果未能解决你的问题,请参考以下文章
java sts 搭建了springboot 项目为啥访问不到后台路径呀