Skip to content

Instantly share code, notes, and snippets.

@zaenk
Created February 27, 2018 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zaenk/cb6fc9b1c4cf13063e0ff3d862494902 to your computer and use it in GitHub Desktop.
Save zaenk/cb6fc9b1c4cf13063e0ff3d862494902 to your computer and use it in GitHub Desktop.
Spring Boot on Servlet container

Many Spring Boot Starters are dependent on spring-boot-starter-tomcat, which causes deployments error on Wildfly. To which dependencies causing errors run the following command and exclude spring-boot-starter-tomcat module from them:

./gradlew dependencyInsight --dependency spring-boot-starter-tomcat --configuration compile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment