springboot项目的context-path的默认值:/
可以在application.yml配置文件中自行配置:SpringBoot 2.0.0.RELEASE版本以及之后
server:标签:spingboot,demo,context,path,默认值,port From: https://www.cnblogs.com/neuqjun/p/17218913.html
port: 80
servlet:
context-path: /demo
配置好context-path之后,访问路径变成:https://ip/port/demo/接口url