У нас вы можете посмотреть бесплатно Spring Boot User Registration and Login Tutorial with MySQL Database, Bootstrap and HTML5 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, I'd like to guide you guys through the process of developing a Java web application based on Spring framework using Spring Boot. You will learn how to develop user sign up (registration) module and user authentication (login) module with Spring Security. Technologies: Spring Web MVC, Spring Data JPA & Hibernate, Spring Security, Thymeleaf, Bootstrap (webjars), JUnit Jupiter & AssertJ, MySQL database. Software programs: Java Development Kit (JDK), Spring Tool Suite IDE (STS), MySQL database server & MySQL Workbench. Here are the steps you will see in order to build a Spring Boot web application with user registration and login: Create Project & Configure Dependencies Configure Data source & Create Database Code Entity class & Repository interface Write Unit Test (test create user) Code Spring MVC Controller class Code Registration Form & use Bootstrap Code Custom UserDetails and UserDetailsService classes Configure Spring Security for authentication Code List Users page & Logout Take Spring Boot E-Commerce Ultimate Course to Learn to Build a complete shopping website using Java, Spring Boot, Thymeleaf, Bootstrap, jQuery and MySQL database: https://www.udemy.com/course/spring-b... For written tutorial about the same, check the following article: https://www.codejava.net/frameworks/s... Timestamps 00:00:11 Introduction 00:03:00 Create Spring Boot Starter Project 00:06:44 Create MySQL Database 00:06:46 Configure Data Source Properties 00:13:22 Code Entity Class 00:19:49 Code Unit Test Class 00:30:13 Code Spring MVC Controller Class 00:34:14 Use Bootstrap from Webjars 00:41:11 Code Registration Form 00:52:44 Code Handler for Registration 00:58:04 Implement UserDetails and UserDetailsService 01:05:48 Configure Spring Security for Authentication 01:13:09 Code Users List Page 01:24:12 Display Logged-in Username and Logout #springboot #userregistration #login #mysql #java #springframework #springmvc