SpringBoot 2.0.0.RELEASE版本后更新
- yml写法:
server:
servlet:
context-path: /example
- properties写法:
server.servlet.context-path=/example
server:
servlet:
context-path: /example
server.servlet.context-path=/example
下一篇:玩转MySQL优化命令
springboot升级到2.0版本后server.context-path就升级成了server.servlet.context-path:"/url"
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M