I am new to Spring and I am starting to learn it from his website. Understanding Java is not difficult to me, but I have trouble with the environment. I followed this guide for using Spring Boot for creating a new project and everything went great https://spring.io/guides/gs/spring-boot/
Now I would like to run this project from the Spring Tool Suite but I get this error when I try to run the same code on Pivotal or Tomcat server.
Failed to instantiate [org.springframework.boot.autoconfigure.web.HttpMessageConverters]: >Factory method 'messageConverters' threw exception; nested exception is java.lang.NoClassDefFoundError:org/springframework/http/converter/xml/MappingJackson2XmlHttpMessageConverter
Any help from Spring developers for fixing my workflow?