인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Web Programming Using Spring Boot: This is How You Build a Website!

Spring Web Programming learned while creating a calendar (schedule management)! Completely master Spring with examples you can use right away, not just short snippets~

(5.0) 3 reviews

30 students

Spring Boot
Spring Security
JPA
REST API
mybatis
Thumbnail

This course is prepared for Basic Learners.

What you will learn!

  • Basic Concepts of Spring Framework with the Secret of its Birth

  • Spring MVC Architecture and Usage

  • Logging Framework Usage and Operation Strategy

  • Efficient Data Access: Mapper & ORM

  • Securing Web Applications with Spring Security

  • Asynchronous and RESTful

Understanding and Practice-Oriented! Spring Boot Core Course for Complete Beginners

What you will learn in this course

  • Understanding Spring Boot's core concepts and project structure


  • REST API Development Practice

  • Understanding and utilizing MyBatis and JPA for database connection

  • Implementation of practical functions such as membership registration and login


  • Spring settings frequently used in practice


Spring Boot is used in these areas!

  • Backend Web Development: Building Enterprise Systems, Web Service Servers

  • Mobile App Server: API server that interfaces with Android/iOS apps


  • Startup/Personal Projects: When developing an MVP quickly

  • Full Stack Development:

    Spring Boot can communicate with the front-end and REST API and divide the structure, so it is widely used as an essential technology for full-stack developers who know both the front-end and back-end .

Practical Spring Boot Development with Calendar Service

Register/manage calendar schedules

The calendar web application developed based on Spring Boot helps you manage your schedule efficiently with a user-friendly UI and intuitive functions.
It provides various functions such as adding, viewing, and modifying schedules.
We implement a schedule management tool that anyone can easily use as a REST API.

Create a calendar detail page

The calendar detail page allows you to see all information about the selected schedule at a glance.
In addition to checking detailed information such as schedule title, contents, etc., easy editing and deletion functions are also provided.

Find Password & Email Verification

You can safely reset your password using the ID and email address you registered when signing up.
Follow the simple steps to set a new password, the new password will be sent to your email and you can use the site safely.

Managing User and Administrator Rights

By segmenting access rights according to role, we can operate the service more safely and efficiently.
A regular administrator can only modify user permissions, while a super administrator can modify permissions for both administrators and users.
Systematically implemented user authentication and access control with Spring Security-based authorization settings.

This is what your appearance will look like after taking this course!

After taking this course, students will have practical capabilities to plan and implement real-world service-level web applications beyond simple theoretical knowledge .


What will you be able to understand and do well?

  • You will understand the big picture of the structure and flow of web programming and be able to explain the process from client request to server response on your own.

  • You can clearly understand the core concepts and roles of components (Service, DAO, Controller, View, etc.) of the Spring Boot framework and develop following the flow.

  • You can implement user functions that are essential in actual services, such as user authentication/authorization, account management, and permission settings.

  • Compare Mapper and ORM technologies and choose the right one for your situation to enable efficient data processing .

  • You can design a user-friendly UI by integrating with a front-end using Thymeleaf .

  • You can build your own secure web applications by applying Spring Security.

  • Experience and design role-based system management through separation of administrator/user permissions.

  • You can develop a highly complete calendar-based CRUD function that manages the entire schedule.

  • You will learn practical know-how including log management, exception handling, and operational strategies so that you can respond without being flustered in actual projects .

How do students grow and change?

  • From a developer who only knows theories and is afraid of real-world situations to a practical developer who can confidently lead projects !

  • From writing only basic code to possessing full-stack capabilities covering everything from functional specifications to DB design and security implementation !

  • From being a developer who just follows someone else's code to being an active developer who can design and implement things yourself !

  • By creating a high-quality, practical web service that can be used as a portfolio, you will gain competitiveness that can be used immediately in your work or employment!!

Learning Contents

Section (1) Web Programming Overview and Basic Concepts

Learn about the web and web programming, the MVC design pattern, Spring MVC, and more.

Section (2) Understanding the core concepts of the Spring Framework

Learn about the Spring Framework, development environment setup, DI and IoC, etc.

Section (3) Spring MVC Architecture and Utilization

Learn how to create a Spring Boot project, understand the project structure, and learn about Servlet, @RequestParam, Model, ModelAndView, etc.

Section (4) Implementing Business Logic: Service and DAO

Learn about Spring configuration files, @Configuration and @Bean, implementing Service bean objects, and implementing DAO bean objects.

Section (5) Creating a Calendar Practice Project

Learn about calendar service design, project creation, member registration feature implementation, database linking, etc.

Section (6) Implementing login function

Learn about DAO, persisting login states, sessions, and more.

Section (7) Implementing account modification and password retrieval

Learn about sending mail, interceptors, and more.

Section (8) Logging Framework Utilization and Operation Strategy

Learn about various dependency injection (DI), lombok, logger, etc.

Section (9) Efficient Data Access-I: Mapper

Learn about MyBatis basic concepts, MyBatis configuration files, and mapping techniques.

Section (10) Efficient Data Access-II: ORM

Learn about JPA basic concepts, applying JPA to CRUD, etc.

Section (11) Strengthening Web Application Security with Spring Security

Learn about Spring Security overview and structure, Spring Security bean location, SecurityFilterChain request processing structure, and Spring Security application.

Section (12) Implementing Administrator Mode

Learn about asynchronous methods, Rest API, RESTful, ResponseEntity, etc.

Section (13-15) Register, view, edit, and delete calendar schedules

Learn about registering, checking, modifying, and deleting schedules.

Things to note before taking the class

Guide to provided learning materials

This course provides a variety of materials to help you practice and review.
The materials below can be downloaded and used at any time during the course.

Provided data format

  • PDF materials : All lecture notes (summarizing key concepts and flow) provided

  • Text Summary : A brief summary of key points that require further explanation.

  • Example Code : Full source code written directly in the lecture


Dosage and Capacity Guide

  • The entire material is approximately 100MB and consists of teaching materials and practice example sources.


Precautions when using data

  • All materials are provided for personal study only and unauthorized copying, sharing, or redistribution is prohibited.


  • Some practical examples require development environment setup , so please prepare according to the instructions.

Be sure to check before taking the class!

1. Player knowledge guide
This course is intended for beginners to Spring Boot .

  • If you have a basic understanding of Java grammar (classes, methods, variables, etc.), you can learn more smoothly.

  • Basic concepts of the web, such as WEB, HTML, HTTP, and domains, are briefly introduced, so you can follow along without any prior learning.

2. Lecture quality and learning environment

  • All lectures are provided in Full HD quality and high-quality audio with noise removed .

  • Since the lecture content is focused on practical training, we recommend taking the class on your personal laptop or PC .

  • We recommend using IDE (IntelliJ) when practicing code, and installation instructions will be provided in the lecture.

3. Recommended learning method

  • We recommend watching each lecture video along with the practice code .

  • For difficult concepts, watch them repeatedly and be sure to review them after practicing.


4. Questions and Updates

  • Updated lectures are provided free of charge to existing students.

5. Copyright and Material Use Guidelines

  • This course and all learning materials provided (code, PDF, images, etc.) are subject to copyright protection .

  • It cannot be used for purposes other than personal study (such as unauthorized sharing, copying, or distribution).

  • Please use the lectures and materials only within the specified scope. Your cooperation will help us create better lectures!

Update History

[2025-05-02]

  • List organized for easy access to lecture notes (PDF) and source code for each lecture

  • Added the Lecture Notes and Project Source List.xlsx file (included when downloading lecture materials)


[2025-04-15]

  • Lecture Open


Recommended for
these people!

Who is this course right for?

  • If you know the Java language but don't know how to build web applications, you are very welcome!

  • Are you new to web development? Let's learn the basics of Spring together, step by step!

  • Spring, daunting to study alone, learn easily with hands-on classes!

  • If you have Spring experience but can't utilize it properly, you are very welcome!

  • Backend or full-stack developers welcome!

Need to know before starting?

  • Java Beginner/Intermediate enough

  • HTML, Javascript, CSS Beginner level is enough

Hello
This is blogstudy0222

6,646

Students

113

Reviews

3

Answers

4.8

Rating

2

Courses

20년이상 Java 기반 웹 개발에 몸담아온 개발자 및 강사입니다. 대규모 프로젝트 설계부터 성능 최적화까지 폭넓은 실무 경험을 갖추고 있으며, 다수의 기업 교육과 대학 강의로 개발 지식 전달에도 힘써왔습니다. 실무와 교육의 균형 잡힌 시각으로 깊이 있는 통찰을 제공합니다.

Curriculum

All

75 lectures ∙ (35hr 34min)

Course Materials:

Lecture resources
Published: 
Last updated: 

Reviews

Not enough reviews.
Become the author of a review that helps everyone!