When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

Learn Java Spring, Spring Boot, Spring Boot JPA, Security

Spring, Autowiring, REST API, AOP, Dependency Injection, Spring Security

     
  • 4.5
  •  |
  • Reviews ( 58 )
₹669

This Course Includes

  • iconudemy
  • icon4.5 (58 reviews )
  • icon11h 35m
  • iconenglish
  • iconOnline - Self Paced
  • iconprofessional certificate
  • iconUdemy

About Learn Java Spring, Spring Boot, Spring Boot JPA, Security

This course covers below Topics in detail, with practical examples,

downloadable Maven projects included in this course

, for Learner's practicing purpose 1. Spring, Autowiring, REST API, AOP, Dependency Injection, 2. Spring Boot JPA, JpaRepository, CrudRepository, Entity Relationships(One to One, One to Many/Many to One, Many to Many) 3. Spring Security, WebSecuirtyConfigurerAdapter, Authentication, Authorization Method Level Security 4. GET, POST, PUT, DELETE with Path Parameters and Query Parameters 5. Sending JSON data using Postman tool to test REST APIs 6. RestControllers, Services, Repositories 7. You will be able to develop enterprise applications using Spring Boot Framework More topics will be added shortly

What You Will Learn?

  • What is Dependency Injection, Setter DI, Constructor DI, Bean Life Cycle, Spring Autowiring, and how to use it? .
  • What is Spring Aspect Oriented Programming, Aspect, Before Advice, After Advice, Around advice? .
  • What is REST API? How to use Spring Boot, to create REST API end points with GET, POST, PUT, DELETE Http methods .
  • How to use Spring Boot JPA, to interact with Database? .
  • Spring Boot JPA, One to One, Many to One, Many to Many Entity mappings .
  • Spring Security, InMemory Authentication, Database Authentication .
  • What is Actuator? How to perform Remote Application Monitoring with Actuator? .
  • What is Lazy Loading of Spring Beans? .
  • Spring Boot Auto Configuration, External Configuration.