关于设置了server.context-path无效 设置了path的值无效

Posted bestjdg

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于设置了server.context-path无效 设置了path的值无效相关的知识,希望对你有一定的参考价值。

Question:
关于设置了server.context-path无效
设置了path的值无效

cause:
因为spring boot版本问题导致的!!现在用的比较新的版本在2.0以上!这教学是1.0-2.0之间的.server.servlet.context-path=/example 应该这样写

server:
  servlet:
    context-path: /sell

以上是关于关于设置了server.context-path无效 设置了path的值无效的主要内容,如果未能解决你的问题,请参考以下文章

Spring Boot 应用中server.context-path的作用

Spring Security 4.x -> 5.x 踩坑记录

SpringBoot中的常用配置

SpringBoot项目属性配置

SpringBoot入门学习笔记

SpringBoot配置嵌入式的Servlet