[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,910 learners
Level Basic
Course period Unlimited

News
5 articles
Hello, this is Lee Do-won.
This time, the lecture "RESTful Web Services Development using Spring Boot" has been updated.
I have prepared the lecture again by changing the example that was previously written in Spring Boot 2.x version to Spring Boot 3.1.x version.
This covers the process of developing a RESTful API using Spring Boot version 3.1.
The examples covered in the lecture have been upgraded to Spring Boot 3.1 version.
To make it easier to refer to examples by section, we have separated Git branches according to each section.
The Spring Security examples have been updated to match the new version.
The Swagger Documentation section is introduced so that it can be used in accordance with the existing Spring Boot 2.7 and Spring Boot 3.1.
Spring Boot 2.7 + springfox 3.0
Spring Boot 3.1 + springdoc (OAS 3.0)
We have re-produced the recorded lecture audio that many students mentioned in previous lectures so that you can listen to it without any inconvenience.
We hope you will also show great interest in the newly updated lectures.
I will come back with better lectures in the future.
thank you
Hello, this is Lee Do-won.
It seems like the coronavirus situation is calming down little by little, and we are returning to normal social life.
Summer 2022 is starting. It seems like the rainy season is starting, so it's hard to see clear skies.
I have nothing to say except that I apologize to those who have been waiting for the follow-up lecture of " Developing Microservice Applications (MSA) with Spring Cloud ". The lecture, which was originally scheduled to open in January, was postponed to February and March due to issues with the project I was working on, and it has not been opened yet... But... I am in the final stages of preparation to open it very soon!
The next lecture is scheduled to be about CI/CD. Today, I would like to first introduce the table of contents for the CI/CD lecture.
The lecture is divided into 6 or 7 sections in total. Depending on whether you include an appendix in the lecture or not, it will likely be divided into 6 or 7 sections.
Section 1. DevOps and CI/CD
1-1. DevOps and CI/CD
1-2. CI/CD Workflow
1-3. Install Jenkins
1-4. Exercise #1
Section 2. Using CI/CD with Jenkins
2-1. Git & Maven integration for CI/CD
2-2. Exercise #2
2-3. Tomcat Server Integration for CI/CD
2-4. Exercise #3
2-5. PollSCM settings
2-6. Setting up a practice environment using Docker
2-7. Exercise #4
Section 3. Jenkins + Infrastructure as Code (Configuration Management using Ansible)
3-1. IaC
3-2. Ansible Overview
3-3. Ansible Installation
3-4. Ansible Playbook
3-5. Exercise #5
3-6. Deploying Docker images
3-7. Exercise #6
Section 4. Jenkins + Ansible + Kubernetes Integration
4-1. Deploying to Kubernetes Cluster
4-2. Ansible + Kubernetes integration
4-3. Exercise #7
4-4. CI/CD Process
4-5. Exercise #8
4-6. Installing Minikube (Apple Silicon chip)
Section 5. Using Advanced Jenkins
5-1. Using Delivery Pipeline
5-2. Jenkins Pipeline Configuration
5-3. Exercise #9
5-4. Exercise #10
5-5. Practices
5-6. SonarQube static analysis
Section 6. Deploying to the Public Cloud
6-1. Creating an AWS EC2 instance and installing Docker
6-2. Deploying to AWS
6-3. Configuring Kubernetes Cluster using Kops
6-4. Creating an NCP server instance and installing Docker
6-5. Distribution to NCP
Appendix
A-1. Install required SW
A-2. Tomcat Server Installation
A-3. SSH Server
A-4. Installing XShell, MobaXterm for Windows users
A-5. Installing Terminus for MacOS Users
I would like to once again express my gratitude to those who have shown interest in the lecture, and I will return with a better lecture soon.
thank you
Hello, this is Lee Do-won.
In the lecture "Building a CI/CD Pipeline Using Jenkins", we will cover the following:
Section 1. DevOps and CI/CD
1. DevOps and CI/CD
2. CI/CD Workflow
3. Install required SW
4. Install Jenkins
Section 2. Using CI/CD with Jenkins
5. Git & Maven integration for CI
6. Tomcat Server Integration for CD
7. Docker integration for CD
Section 3. Configuration Management using Ansible
8. Ansible Overview
9. Using Ansible
10. Ansible Playbook
11. Registering Docker images via Playbook
Section 4. Jenkins + Ansible + Kubernetes Integration
12. Deploy to Kubernetes Cluster
13. Ansible + Kubernetes integration
Section 5. Using Jenkins Pipeline
14. Using Delivery Pipeline
15. Configuring Jenkins Pipeline
Appendix
1. Install Minikube for Apple M1 users
2. Create AWS EC2 instance and install Docker
3. Install XShell, MobaXterm for Windows users
4. Installing Terminus for MacOS users
5. Configuring Kubernetes Cluster using Kops
We ask for your continued interest and support.
The weather is getting a little chilly. I hope you all take care of yourselves and stay healthy.
thank you
Hello, this is Lee Do-won.
First of all, I would like to express my gratitude to all those who showed interest in the lecture.
I planned to organize the lecture on microservices using Spring Boot and Spring Cloud in line with the four components of Cloud Native discussed in CNCF.
- Container virtualization
- Microservices
- CI/CD
- DevOps
We have started the lectures "Developing RESTful Web Services using Spring Boot" and "Developing Microservice Applications with Spring Cloud", and we are planning to cover the topics that were not covered in the lectures, such as MSA Architecture, Pattern, Service Mesh, and CI/CD, in follow-up lectures. And we are planning to update the lecture "Developing RESTful Web Services using Spring Boot" again to reflect the newly updated libraries.
As you mentioned, we plan to open follow-up lectures in the following order. The opening date of the lectures is being postponed due to overlapping with other work, but our goal is to open them this year.
1. CI/CD (August)
2. MSA Architecture + Pattern + Service Mesh (September - October)
3. WebFlux (~December)
It's a tough time with the hot weather and the coronavirus, but I hope everyone stays healthy and achieves what they want to do.
thank you
Hello, this is Lee Do-won.
It's been almost a year since I started the course " RESTful Web Service Development using Spring Boot ". I would like to once again express my gratitude to those who took the course.
The original plan was to open the follow-up lecture, " Developing Microservices with Spring Cloud " right away, but it was postponed due to various circumstances and is now finally opening.
"Developing Microservices with Spring Cloud" covers the following topics, and the lecture recording has been completed and submitted to Inflearn.
The entire lecture time for " RESTful Web Service Development using Spring Boot " was about 7 hours, but this " Developing Microservices with Spring Cloud " has already exceeded 27 hours, even though the recording has not yet been completed. Therefore, the lecture was divided into two parts, and it seems that the parts that were not covered will have to be covered in follow-up lectures.
It is currently waiting to open in March 2021, and is supplementing what was previously planned to cover the following content.
As I mentioned, the entire lecture will be divided into two parts and will cover a total of 17 sections.
PART ISection 0. Introduction to Microservices and Spring CloudSection 1. Service DiscoverySection 2. API Gateway ServiceSection 3. E-commerce ApplicationsSection 4. Users Microservice ➀Section 5. Catalogs and Orders MicroserviceSection 6. Users Microservice ➁Section 7. Configuration ServiceSection 8. Spring Cloud BusPART IISection 9. Encryption of configuration informationSection 10. Inter-microservice communicationSection 11. Using Apache Kafka for Data Synchronization ①Section 12. Using Apache Kafka for Data Synchronization ②Section 13. Fault Handling and Microservice Distributed TracingSection 14. Microservice MonitoringSection 15. Container Virtualization for Application DeploymentSection 16. Deploying the Application - Docker ContainerAppendix: Microservice Architecture PatternI would like to once again thank all the students who showed interest, and I will come back with a new lecture.
thank you

