SpringBoot2.x访问不了application.properties文件中servlet.context-path上下文路径

技术图片

 

解决方案:SpringBoot2.x版本之后servlet.context-path要改成server.servlet.context-path

技术图片