org.apache.tomcat.websocket.server.WsServerContainer无法强制转换为io.undertow.websockets.jsr.ServerWebSocketContainer

时间:2016-08-02 06:19:51

标签: spring-boot wildfly-10

我正在尝试在wildfly.10.final中运行spring-boot starter应用程序。从here下载的来源。我正在使用intellij的想法。

尝试1:从pom文件中删除spring-boot-starter-web这个artifectId。 尝试2:将此配置添加到build.gradle

configurations {
       compile.exclude module: "spring-boot-starter-tomcat"
 }

但两次尝试都失败了。任何人都可以帮助我......

0 个答案:

没有答案