inflearn logo
inflearn logo

[Revised 2023-11-27] Developing RESTful Web Services using Spring Boot 3.x

This course covers the process of developing a RESTful Web Services application using Spring Boot, and you can learn the basic knowledge required for designing a REST API.

(4.8) 466 reviews

4,910 learners

Level Basic

Course period Unlimited

Spring Boot
Spring Boot
REST API
REST API
Spring Boot
Spring Boot
REST API
REST API

Reviews from Early Learners

Reviews from Early Learners

4.8

5.0

kang

91% enrolled

It's very good for basic introduction to Rest API. Thank you. It was exactly the lecture I wanted. When Swagger is added in SpringBoot2.2 or higher, a HATEOS usage error occurs. I wonder if there are people who struggle like me... NoUniqueBeanDefinitionException occurs Solution: Add the following to the Swagger configuration file class. @Primary @Bean public LinkDiscoverers discoverers() { List<LinkDiscoverer> plugins = new ArrayList<>(); plugins.add(new CollectionJsonLinkDiscoverer()); return new LinkDiscoverers(SimplePluginRegistry.create(plugins)); }

5.0

OMG

91% enrolled

There are many lectures within Infraon that cost more than 10,000 won per hour, and many of them are very expensive, but compared to those lectures, I think this lecture is quite cheap and its quality is not lacking at all compared to expensive lectures. I look forward to the next lecture! Thank you for the great lecture :)

5.0

Olive

91% enrolled

It was solid. If you only have basic knowledge of Spring, it seems like a great introductory course to Boot REST API!! I will definitely come and watch the follow-up course.

What you will gain after the course

  • Spring Boot

  • REST API

  • RESTful services

  • JPA

  • OAS 3.0 (Swagger Specification)

The Bible of Spring Boot RESTful API Introduction!

이도원 / Dowon Lee - Spring Boot (스프링부트) RESTful Web API

This course is designed to help you learn about designing RESTful services and implementing and operating them using Spring Cloud APIs
in the process of developing Microservices with Spring Boot and Spring Cloud.


📝 Course Introduction

# What are Microservices?

"Microservices are a software development technique —a variant of the service-oriented architecture (SOA) structural style— that arranges an application as a collection of loosely coupled services. In a microservices architecture, services are fine-grained and the protocols are lightweight." - wikipedia

The term microservices began to be used after a software architecture workshop was held in Venice in 2011. By adopting microservices development approaches instead of traditional monolithic development methods for application construction, cost reduction and increased efficiency have been achieved not only in development but also in maintenance, and customer requirements can now be processed quickly. Along with the popularity of these microservices, the RESTful development approach is also being widely used.

Microservice Architecture refers to a development and operational approach where applications that were traditionally developed and operated as a single large unit are broken down into dozens, hundreds, or even thousands of small service units. To develop these microservices, each service must be able to be developed independently, and they should meet the requirements of Polyglot Programming, which allows for selecting the optimal development language and database for each service.

For data communication between applications developed on different platforms like this, RESTful services that use the standardized HTTP protocol are widely used.

Spring Boot is a development tool and Spring Project that supports easy development of standalone, production-ready Spring-based applications. Using Spring Boot, you can easily create standalone Spring applications that are ready to run, minimize configuration work for the Spring framework and other third-party libraries, and invest more time in business logic. Additionally, by utilizing Spring Boot's Starter components, you can easily configure tasks related to statistics, health checks, external configuration, and other requirements needed for production deployment.

Our ultimate goal is to design and develop an application
designed with a microservices architecture
using Spring Boot and Spring Cloud.


✏️ Course Curriculum

💡 Through this course, you can learn the overall process of designing, implementing, and operating web services using Microservice Architecture with Spring Boot and Spring Cloud. (View Roadmap)

First Course (Current Lecture)

Learn the process from creating a project with Spring Boot to develop REST APIs, through designing REST APIs and implementing applications.

Second Course (Continuing Lecture)

Learn how to design and build Microservice Architecture using Spring Boot and Spring Cloud.

📢 Please check before taking the course

  • The development tools and libraries used in the course are as follows.
    • Java 17 + IntelliJ IDEA + Postman 
    • Spring Boot 3.1.5(Spring Boot Security, Actuator, Starter, Spring Data JPA 등)
    • OpenAPI Specification 3.0  
    • Swagger UI 5.2.0
    • H2 2.1.214
  • The practice code and materials (PDF) used in the lecture can be found on Github

Recommended for
these people

Who is this course right for?

  • For those who want to develop web applications using Spring Boot

  • For those who want to develop REST API applications

  • For those who want to develop microservices

Need to know before starting?

  • Java

  • Web Application

  • Basic knowledge of Spring framework

Hello
This is Dowon Lee

30,257

Learners

1,679

Reviews

1,373

Answers

4.8

Rating

8

Courses

I am an IT engineer. There was a time when I used to worry about which word to choose for the "occupation" field: "Office worker?", "Developer?", or "Instructor?". Then, I realized that the term "IT engineer" suited me best, and to this day, I still write "IT engineer" in that space.

I believe that a profession represents one's work, and that work should ideally be both enjoyable and helpful. While not everyone can live while doing exactly what they want, I am someone who loves the work I do and strives to excel at it. Having served in roles as a developer, instructor, and consultant, I often find myself rushing to keep up with the constant stream of new and evolving IT technologies; nevertheless, I am someone who wants to experience, disseminate, and utilize them even just a little bit sooner than others.

The field I have recently been interested in is online education consulting. My technical interests include Cloud Native Architecture, Blockchain, Machine Learning, Kafka, and Kubernetes. I am currently lecturing on these technologies and applying them to my work. However, because these are such vast subjects, I am still continuously studying them.

They say that what is only kept in one's head is not true knowledge. I aim to share my knowledge and experience through various methods. Furthermore, I will continue to be an IT engineer who constantly takes on challenges in new fields and new technologies.

 

 

  • Current) CEO of NJ One Company

  • Current) Adjunct Professor, Department of Information Security, Graduate School of International Affairs and Information Security, Dongguk University

  • Former) JP Morgan Chase AMJ Tech consultant (Japan)

  • Former) Senior Engineer, CMS Business Division, Samsung SDS

 

 

More

Curriculum

All

52 lectures ∙ (6hr 57min)

Published: 
Last updated: 

Reviews

All

466 reviews

4.8

466 reviews

  • kang1161님의 프로필 이미지
    kang1161

    Reviews 1

    Average Rating 5.0

    5

    91% enrolled

    It's very good for basic introduction to Rest API. Thank you. It was exactly the lecture I wanted. When Swagger is added in SpringBoot2.2 or higher, a HATEOS usage error occurs. I wonder if there are people who struggle like me... NoUniqueBeanDefinitionException occurs Solution: Add the following to the Swagger configuration file class. @Primary @Bean public LinkDiscoverers discoverers() { List<LinkDiscoverer> plugins = new ArrayList<>(); plugins.add(new CollectionJsonLinkDiscoverer()); return new LinkDiscoverers(SimplePluginRegistry.create(plugins)); }

    • ppojin님의 프로필 이미지
      ppojin

      Reviews 1

      Average Rating 5.0

      5

      100% enrolled

      I heard it well. I didn't know much about Spring Boot until now, but it has so many functions, and after using them one by one, I think I now know a little bit about what Spring Boot is and how to use it.

      • anjwoc님의 프로필 이미지
        anjwoc

        Reviews 5

        Average Rating 5.0

        5

        60% enrolled

        The explanation is very clear and well-spoken! I only used Javascript-based frameworks, but I had an interview in a hurry, so it helped me quickly learn Spring. ㅎㅎ If you release another course, I will come back to see it. I think it will be worth the money because you explain it so well.

        • kenneth
          Instructor

          Hello, this is Lee Do-won. The next lecture will be about Spring Cloud as announced. I will update it as soon as possible. Thank you.

      • zerowest10016015님의 프로필 이미지
        zerowest10016015

        Reviews 3

        Average Rating 5.0

        5

        91% enrolled

        It was solid. If you only have basic knowledge of Spring, it seems like a great introductory course to Boot REST API!! I will definitely come and watch the follow-up course.

        • omg님의 프로필 이미지
          omg

          Reviews 206

          Average Rating 5.0

          5

          91% enrolled

          There are many lectures within Infraon that cost more than 10,000 won per hour, and many of them are very expensive, but compared to those lectures, I think this lecture is quite cheap and its quality is not lacking at all compared to expensive lectures. I look forward to the next lecture! Thank you for the great lecture :)

          Dowon Lee's other courses

          Check out other courses by the instructor!

          Similar courses

          Explore other courses in the same field!

          $23.10