我正在尝试在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"
}
但两次尝试都失败了。任何人都可以帮助我......