springboot项目配置项目名称启动报错 ContextPath must start with ‘/‘ and not end with ‘/‘

Posted 小志的博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot项目配置项目名称启动报错 ContextPath must start with ‘/‘ and not end with ‘/‘相关的知识,希望对你有一定的参考价值。

一、报错如下


二、报错原因

  • 根据报错提示,说明配置文件中配置的项目名称缺少反斜线,如下图为lz最开始的配置,启动项目会报此错误。

三、解决方式

  • 在配置文件context-path后和项目名称之前添加反斜线,如下图:

  • 再次启动项目,报错消失,如下图:

以上是关于springboot项目配置项目名称启动报错 ContextPath must start with ‘/‘ and not end with ‘/‘的主要内容,如果未能解决你的问题,请参考以下文章

启动springboot项目连接nacos控制台报错com.alibaba.nacos.api.exception.NacosException: dataId invalid

springboot项目启动的时候不报错,但是启动不起来是怎么回事?

SpringBoot项目启动没报错,直接停止运行

springboot-elasticsearch项目启动报错:'elasticsearchTemplate' that could not be found

vue启动项目报错:npm ERR! missing script: serve解决方法

SpringBoot项目取消数据库配置