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
Difference Between Spring Boot Starter Web and Spring Boot Starter Tomcat. Spring Boot Starter Web is used for building RESTful applications using Spring MVC. Spring Boot Starter Tomcat is the default embedded container for Spring Boot Starter Web. We cannot exclude it while using web services.
spring-boot-starter-web. It is used for building the web application, including RESTful applications using Spring MVC. It uses Tomcat as the default embedded container. spring-boot-starter-data-gemfire. It is used to GemFire distributed data store and Spring Data GemFire.
Spring Boot Starters are dependency descriptors that can be added under the <dependencies> section in pom. xml. There are around 50+ Spring Boot Starters for different Spring and related technologies. These starters give all the dependencies under a single name.
Spring Boot Web StarterStarter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container. Licenses. Apache License, Version 2.0.
I highly recommend inspecting these POMs if you are familiar with Maven. Code answers your questions better than thousand SO answers.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With