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