Difference between spring-boot-starter-web and spring-boot-starter-web-services and spring-boot-starter-jersey

Gaurav Raj Behl picture Gaurav Raj Behl · Oct 11, 2016 · Viewed 10.9k times · Source

Could you someone please assist me knowing the Difference between spring-boot-starter-web VS spring-boot-starter-web-services VS spring-boot-starter-jersey

The documentation says Starter for building RESTful web applications using JAX-RS and Jersey. An alternative to spring-boot-starter-web

Thanks

Answer

luboskrnac picture luboskrnac · Oct 11, 2016

I highly recommend inspecting these POMs if you are familiar with Maven. Code answers your questions better than thousand SO answers.