Springboot正常启动,但是访问404报错时间:2023-08-17 17:21:04原因: 查看是否配置文件中有以下配置: server.context-path=/hellopath 我这里是以/hellopath为例,如果有该配置的话,只能通过该路径访问到。 其他原因