Spring Boot Concepts and Utilization

Learn how to easily understand the principles and various functions of Spring Boot through coding and use them more actively.

(4.8) 381 reviews

5,533 learners

Level Intermediate

Course period Unlimited

Spring
Spring
Spring Boot
Spring Boot
Java
Java
Spring
Spring
Spring Boot
Spring Boot
Java
Java

Reviews from Early Learners

4.8

5.0

hanumoka

100% enrolled

It was a good lecture. I look forward to other lectures. #Cons 1. The lectures sometimes skip over Samcheonpo. 2. I don't use a Mac, so I don't know, but I don't know why the characters I type are shown on the screen. It's so noticeable that the lecture feels distracting. 3. No example source code provided. #Pros The content is good enough to make up for the above cons. If you have some knowledge of Spring, it is organized into a curriculum that is easy to follow. There are many technologies that I don't know well in the application part, but the settings and examples are abundant so that I can easily refer to them later if I need to. #Conclusion I also purchased the instructor's other Spring lectures.

5.0

Hyunwoo Jeong

69% enrolled

I worked at an SI company for almost 5 years as a Code Monkey, but I never used a framework to control it. I worked overtime and on weekends... I didn't have enough time or health, so I was busy resting whenever I had time. I'm working overtime tomorrow too.. When the screen design came out, I just made a bunch of controller service views. But this time, when I changed jobs, I got to deal with the framework in depth through REST API collaboration. I felt a lot of shortcomings, so I took the course. Since there's no overtime or weekend work, I can enjoy creating personal projects while watching the course. I took the course while applying the course content to my project. It was a very efficient course. There were times when errors would burst out, but when I looked at Stack Overflow with references, I was able to solve it without asking the instructor separately. I also took the REST API course. Thank you for the great course. It will be really helpful if you take the course while applying it to your own project that can be refactored, not just a project that goes through examples.

5.0

sosigv

42% enrolled

Hello. I am a 9-year developer. First of all, I am really enjoying this course. When I was thinking that development was not for me, this course made my heart beat again. I am still taking the course, but thank you for helping me to switch to being a Java developer again. I am also watching YouTube a lot. Thank you.

What you will gain after the course

  • Core principles of Spring Boot

  • Key features provided by Spring Boot

  • Developing web applications using Spring Boot

From Spring Boot's core principles to its features!
Baek Gi-seon's Spring Boot Concepts and Utilization

Spring Boot Concepts and Utilization

What is Spring Boot?

  • The Spring Boot project is a tool that helps you use the Spring Framework more quickly and easily. This course provides a simple way to understand and actively use the various features of Spring Boot.

Learning through coding
Spring Boot's principles and functions

#1.
Spring Boot's
Core Principles

“I only registered this in pom.xml, but where did this dependency come from?”
"Is Spring Boot a server? How does a web application run?"
Have you ever wondered about this when using Spring Boot?
You can solve it in the Spring Boot principles part.

#2.
Spring Boot features
: Core Features

The various features provided by Spring Boot are divided into ‘core features’ and ‘technology integration’ and explained.
Core features such as SpringApplication , external configuration , and logging are the foundation of any Spring Boot application, regardless of the technology it integrates with.

#3.
Spring Boot features
: Technology integration

The various features provided by Spring Boot are divided into ‘core features’ and ‘technology integration’ and explained.
The technical integration part will vary depending on the application you're building. This course primarily covers web MVC , data integration , security , and REST API client usage among the vast technologies supported by Spring Boot.

#4.
Spring Boot
Application deployment

This section describes tools and features that can be useful when deploying Spring Boot applications to a production environment.

This lecture
I recommend this to these people

For those who want to understand how Spring Boot works

For those who want to use the Spring Framework more easily and quickly

For those who want to learn various features of Spring Boot through actual working code.

This lecture
This is what we aim for

  • Understanding Spring Boot's Core Principles
  • Using the main features provided by Spring Boot
  • Developing web applications using Spring Boot
  • Developing applications that integrate with multiple data technologies using Spring Boot.
  • Manage and monitor important information when running Spring Boot applications.

In this lecture
Technologies used


📢 To take this course smoothly,

  • This course assumes you have Java programming experience .
  • This lecture does not cover installing JDK, build tools, or IDE.
  • This course was created using JDK 1.8 and 11, Maven, and IntelliJ.

Recommended for
these people

Who is this course right for?

  • For those who want to understand how Spring Boot works

  • For those who want to use the Spring Framework a little faster and easier

  • For those who want to learn through actual Spring Boot code

Need to know before starting?

  • Java Programming

Hello
This is whiteship

93,069

Learners

4,322

Reviews

2,010

Answers

4.8

Rating

20

Courses

Having worked at Naver and Amazon, I am currently working as a Senior Software Engineer at Microsoft.

Einstein once said, "Education is not the learning of facts, but the training of the mind to think." I create my lectures with deep resonance for those words.

YouTube: Sharing useful knowledge and career advice for developers on the
'Keesun Baik' channel
Translation: Translated numerous books related to Spring and Hibernate
Author: Easy-to-Follow Java Web Development

More

Curriculum

All

62 lectures ∙ (11hr 58min)

Published: 
Last updated: 

Reviews

All

381 reviews

4.8

381 reviews

  • hanumoka님의 프로필 이미지
    hanumoka

    Reviews 65

    Average Rating 4.4

    5

    100% enrolled

    It was a good lecture. I look forward to other lectures. #Cons 1. The lectures sometimes skip over Samcheonpo. 2. I don't use a Mac, so I don't know, but I don't know why the characters I type are shown on the screen. It's so noticeable that the lecture feels distracting. 3. No example source code provided. #Pros The content is good enough to make up for the above cons. If you have some knowledge of Spring, it is organized into a curriculum that is easy to follow. There are many technologies that I don't know well in the application part, but the settings and examples are abundant so that I can easily refer to them later if I need to. #Conclusion I also purchased the instructor's other Spring lectures.

    • hellowoo님의 프로필 이미지
      hellowoo

      Reviews 10

      Average Rating 5.0

      5

      69% enrolled

      I worked at an SI company for almost 5 years as a Code Monkey, but I never used a framework to control it. I worked overtime and on weekends... I didn't have enough time or health, so I was busy resting whenever I had time. I'm working overtime tomorrow too.. When the screen design came out, I just made a bunch of controller service views. But this time, when I changed jobs, I got to deal with the framework in depth through REST API collaboration. I felt a lot of shortcomings, so I took the course. Since there's no overtime or weekend work, I can enjoy creating personal projects while watching the course. I took the course while applying the course content to my project. It was a very efficient course. There were times when errors would burst out, but when I looked at Stack Overflow with references, I was able to solve it without asking the instructor separately. I also took the REST API course. Thank you for the great course. It will be really helpful if you take the course while applying it to your own project that can be refactored, not just a project that goes through examples.

      • avmyhero8493님의 프로필 이미지
        avmyhero8493

        Reviews 1

        Average Rating 5.0

        5

        42% enrolled

        Hello. I am a 9-year developer. First of all, I am really enjoying this course. When I was thinking that development was not for me, this course made my heart beat again. I am still taking the course, but thank you for helping me to switch to being a Java developer again. I am also watching YouTube a lot. Thank you.

        • mdir2kor1148님의 프로필 이미지
          mdir2kor1148

          Reviews 3

          Average Rating 3.3

          4

          100% enrolled

          It's not bad, but I was disappointed because it seemed to be a translation of the content in spring io. ㅠ

          • digitcomgisul님의 프로필 이미지
            digitcomgisul

            Reviews 20

            Average Rating 4.2

            3

            100% enrolled

            The lecture content and explanations are good, but there are some instances of the lecturer laughing without reason, suddenly moving on to topics that are a bit off topic (Samcheonpo?), and not being fully prepared. Compared to other lectures on Inflearn, this is an expensive lecture, so I wish it was a bit more serious.

            whiteship's other courses

            Check out other courses by the instructor!

            Similar courses

            Explore other courses in the same field!