Spring boot tutorial | Learn spring boot

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