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
I highly recommend inspecting these POMs if you are familiar with Maven. Code answers your questions better than thousand SO answers.