我正在尝试将我的应用程序从spring转换为springboot,我在springboot应用程序的web服务参数中遇到了问题。这是我的spring应用程序: @Path("/personels")
public Response getAllPersonels(@Context HttpHeadersResponse.status(Status.OK).entity(new Person
我正在尝试将一个带有web套接字的Spring Boot (2.0.5) web应用程序(war)部署到Tomcat 8.5.37服务器上,它以前在Tomcat 7上工作。我的web套接字配置抛出了异常并阻止应用程序启动。我是否遗漏了Spring或Tomcat中的某些类型的配置?升级Tomcat后不再可用的内容?Attribute 'javax.websocket.server.ServerContainer' not found in ServletContext 我能够隔离到这个b