Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

What are the Spring Boot starters and what are available the starters?

Pragya Keshap answered on February 23, 2023 Popularity 6/10 Helpfulness 4/10

Contents


More Related Answers

  • What are Spring boot starters and name a few important Spring boot starter dependencies?
  • List out some of the Spring Boot Starters.
  • What is Spring Boot and mention the need for it?

  • What are the Spring Boot starters and what are available the starters?

    0

    Spring Boot starters are a set of convenient dependency management providers that can be used in the application to enable dependencies. These starters, make development easy and rapid. All the available starters come under the org.springframework.boot group. Few of the popular starters are as follows:

    spring-boot-starter: – This is the core starter and includes logging, auto-configuration support, and YAML.

    spring-boot-starter-jdbc – This starter is used for HikariCP connection pool with JDBC

    spring-boot-starter-web – Is the starter for building web applications, including RESTful, applications using Spring MVC

    spring-boot-starter-data-jpa – Is the starter to use Spring Data JPA with Hibernate

    spring-boot-starter-security – Is the starter used for Spring Security

    spring-boot-starter-aop: This starter is used for aspect-oriented programming with AspectJ and Spring AOP

    spring-boot-starter-test: Is the starter for testing Spring Boot applications 

    Popularity 6/10 Helpfulness 4/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 23 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.