Reputation: 293
What is the difference between:
spring-boot-starter-web
spring-boot-starter-web-services
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
Upvotes: 29
Views: 19679
Reputation: 24561
I highly recommend inspecting these POMs if you are familiar with Maven. Code answers your questions better than thousand SO answers.
Upvotes: 43