这个问题涉及到Spring Boot应用中配置base-url(通常是server.servlet.context-path)和服务端点路径的问题。我来帮你分析并提供解决方案。
base-url
server.servlet.context-path
/
/sse
http://localhost:8080/sse
这个问题涉及到Spring Boot应用中配置
base-url(通常是server.servlet.context-path)和服务端点路径的问题。我来帮你分析并提供解决方案。问题分析
/,所以/sse端点可以直接通过http://localhost:8080/sse访问。...