[JAVA] Spring boot tutorials Topics

Spring is an enterprise Java framework. Java EE development and make developers more productive. Spring makes use of Inversion of Control and Dependency Injection to promote good software coding practices and speed up development time. The Spring Framework is an application framework and control container for the Java platform

LEARN these HOT TOPICS in Spring 5:

Spring Core Spring Annotations Spring Java Configuration Spring AOP Spring MVC Hibernate CRUD Spring MVC and Hibernate CRUD app Spring Security (with password encryption in the database) Maven This course covers Spring Core, Annotations, All Java Spring Configuration, Spring AOP, Spring MVC, and Spring Security.

Hibernate is an Object-to-Relational-Mapping (ORM) framework. It simplifies database access for Java applications. By using the framework, you can easily store and retrieve Java objects by setting up some simple configuration mappings.

This course covers basic Hibernate CRUD. Also, advanced Hibernate mappings are covered for one-to-one, one-to-many and many-to-many.

This course will help you quickly get up to speed with Spring and Hibernate. I will demystify the technology and help you understand the essential concepts to build a real Spring and Hibernate application from scratch.

You, Will, Learn the following topics,

Spring Core

Build a complete Spring MVC and Hibernate CRUD Project ... all from scratch

Set up your Spring and Hibernate development environment with Tomcat and Eclipse

Wire beans together in the Spring container using Inversion of Control

Configure the Spring container for Dependency Injection

Define Spring Beans using the @Component annotation

Perform auto-scanning of Spring beans to minimize configuration

Automatically wire beans together using @Autowired annotation

Apply all Java configuration to Spring Beans (no XML)

Spring MVC

Set up your Spring MVC environment with configs and directories

Create controllers using @Controller annotation

Read HTML form data using @RequestParam

Leverage Spring MVC model to transport data between controller and view page

Define Request Mappings for GET and POST requests

Minimize coding with Spring MVC Form data binding

Apply Spring MVC form validation on user input

Create custom Spring MVC form validation rules

Hibernate

Perform object / relational mapping with Hibernate

Leverage the Hibernate API to develop CRUD apps

Develop queries using the Hibernate Query Language (HQL)

Integrate Spring MVC and Hibernate together in a Single Application Project

Apply advanced Hibernate mappings: one-to-one, one-to-many and many-to-many

Spring AOP

Apply Aspect-Oriented-Programming AOP for cross-cutting concerns

Examine AOP use-cases and how AOP can resolve code-tangling

Create AOP pointcut expressions to match on method invocations

Leverage AOP annotations: @Before, @After, @AfterReturning, @AfterThrowing, @Around

Create a real-time application using AOP and Spring MVC together in a single project'

Spring Security Secure your web application with Spring Security

Set up your Maven pom.xml file with compatible Spring Security dependencies

Configure Spring Security with all Java configuration (no xml)

Create custom Spring Security login pages with Bootstrap CSS

Add logout support using default features of Spring Security

Leverage Spring Security support for Cross Site Request Forgery (CSRF)

Define users and roles for authentication

Display user login info and role using Spring Security tags

Restrict access to URLs based on user role

Hide and Display content based on user role

Add JDBC authentication, store user accounts and passwords in the database

Store encrypted passwords in the database using bcrypt

Register new users and encrypt passwords using Java code

Maven

Simplify your build process with Maven

Create Maven POM files and add dependencies

Search Central Maven repository for Dependency Coordinates

Run Maven builds from the Eclipse IDE

Source: Spring boot tutorials 

Recommended Posts

Spring boot tutorials Topics
Spring Boot Memorandum
gae + spring boot
SPRING BOOT learning record 01
Spring Boot + Heroku Postgres
Spring boot memo writing (1)
First Spring Boot (DI)
SPRING BOOT learning record 02
Spring Boot exception handling
Spring Boot Servlet mapping
Spring boot development-development environment-
Spring Boot learning procedure
Learning Spring Boot [Beginning]
Spring boot memo writing (2)
Spring Boot 2.2 Document Summary
Download with Spring Boot
[Spring Boot] Environment construction (macOS)
Try Spring Boot from 0 to 100.
Generate barcode with Spring Boot
Hello World with Spring Boot
Spring Boot on Microsoft Azure
Implement GraphQL with Spring Boot
Spring Boot tutorial task schedule
Spring 5 & Spring Boot 2 Hands-on preparation procedure
Get started with Spring boot
Spring Boot 2 multi-project in Gradle
[Spring Boot] Web application creation
spring boot port duplication problem
Run LIFF with Spring Boot
SNS login with Spring Boot
Spring Boot Hot Swapping settings
Introduction to Spring Boot ① ~ DI ~
File upload with Spring Boot
Spring Boot starting with copy
Introduction to Spring Boot ② ~ AOP ~
CICS-Run Java application-(4) Spring Boot application
Spring Boot + Springfox springfox-boot-starter 3.0.0 Use
Spring Boot DB related tips
Hello World with Spring Boot
[Spring Boot] Easy paging recipe
Major changes in Spring Boot 1.5
Getting Started with Spring Boot
NoHttpResponseException in Spring Boot + WireMock
[Spring Boot] Send an email
Spring Boot performance related settings
Introduction to Spring Boot Part 1
Spring Boot External setting priority
Try using Spring Boot Security
[Java] [Spring] Spring Boot 1.4-> 1.2 Downgrade Note
Try Spring Boot on Mac
Create microservices with Spring Boot
Spring Boot DB connection pool
Send email with spring boot
Spring Boot for annotation learning
Spring Boot validation message changes
Spring boot controller method memo
Spring Boot 2.x context path settings
Spring Boot + Java + GitHub authentication login
Spring Boot Hello World in Eclipse
Spring Boot application development in Eclipse
Spring Boot application code review points