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

Introduction to Spring Boot

Pragya Keshap answered on February 20, 2023 Popularity 6/10 Helpfulness 2/10

Contents


More Related Answers

  • Understanding Spring Boot
  • An introduction to Spring Reactor
  • Adding Spring Boot to our main project
  • Which of the following is the correct Spring Boot starter project that we need to add to implement security inside a SpringBoot project?
  • What is Spring Boot and mention the need for it?
  • What is Spring Profiles? How do you implement it using Spring Boot?
  • Introduction to Spring AOP
  • What is an alternative to spring boot application annotation?

  • Introduction to Spring Boot

    0

    We will develop microservices that contain business logic based on plain Spring Beans and expose REST APIs using Spring WebFlux. The APIs will be documented based on the OpenAPI specification using springdoc-openapi. To make the data processed by the microservices persistent, we will use Spring Data to store data in both SQL and NoSQL databases.

    Since Spring Boot v2.0 was released in March 2018, it has become much easier to develop reactive microservices, including non-blocking synchronous REST APIs. To develop message-based asynchronous services we will use Spring Cloud Stream. Refer to Chapter 1, Introduction to Microservices, the Reactive microservices section, for more information.

    Finally, we will use Docker to run our microservices as containers. This will allow us to start and stop our microservice landscape, including database servers and a message broker, with a single command.

    That's a lot of technologies and frameworks, so let's go through each of them briefly to see what they are about!

    In this chapter, we will introduce the following open source projects:

    Spring Boot

    Spring WebFlux

    springdoc-openapi

    Spring Data

    Spring Cloud Stream

    Docker

    Popularity 6/10 Helpfulness 2/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 20 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.