I want to use spring boot to start my application ,but after i add some relative jar at pom.xml,it return this error:and i thank may be it caused by some conflict jars?
I had the same issue with spring-boot-starter-parent 2.0.0.M6.
was to remove
org.apache.cxf cxf-spring-boot-starter-jaxrs 3.1.11
and include
org.springframework.boot spring-boot-starter-web-services
instead.