26

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

Honza Zidek
  • 9,204
  • 4
  • 72
  • 118
Gaurav Raj Behl
  • 263
  • 1
  • 3
  • 5

1 Answers1

39

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

Pino
  • 7,468
  • 6
  • 50
  • 69
luboskrnac
  • 23,973
  • 10
  • 81
  • 92
  • 6
    Could you go further pls? What means using `spring-boot-starter-web` instead of `spring-boot-starter-jersey`? Advantages disadvantages? – anat0lius Feb 09 '17 at 11:09