Both Java + SpringBoot from Basics to Advanced
Complete Core Java (Collections, Multithreading, Java8 features etc.) in depth + Spring boot important topics in depth
Product Brand: Udemy
5
Udemy Coupon Code for Both Java + SpringBoot from Basics to Advanced Course. Complete Core Java (Collections, Multithreading, Java8 features etc.) in depth + Spring boot important topics in depth
Created by Shrayansh Jain | 35.5 hours on-demand video course
Java Course Overview
Both Java + SpringBoot from Basics to Advanced
Topics covered till now for Spring boot:
In this course you will find below topics:
- Introduction to Spring Boot: First i have covered the fundamentals of Spring Boot and its differentiation from Spring MVC. (Also covered by Servlets, which was way popular before Spring framework) This provides a foundational understanding of the framework’s significance in Java web development.
- Project Setup in Spring Boot: The next step involves the setup of a Spring Boot project, essential for initiating our development endeavours. This phase ensures our environment is configured optimally for future application development.
- Understanding Layered Architecture: Layered architecture is pivotal for the organisation and scalability of our applications. This concept enables us to structure our code in a manner that promotes modularity and maintainability.
- Maven and Its Lifecycle: Maven serves as a powerful tool for project management and dependency resolution. Understanding its lifecycle is crucial for efficient project development and management of dependencies. We can create Spring boot project using Maven or Gradle, so understanding of this, i think is must.
- Controller Layer Annotations: Get in-depth understanding of annotations such as @RestController and @RequestMapping facilitates the development of RESTful APIs. These annotations provide directives to Spring Boot, dictating the behavior of our controllers. Covered many other annotation like @RestController @Controller @Responebody @RequetMapping @RequestParam @PathVariable @InitBinder @RequestBody
- Bean Lifecycle in Spring Boot: In this you will get to know about BEAN and its lifecycle, I have also explained about IOC (Inversion of Control) which manages those Bean.
You will get to know about different ways of creating Bean (@Component and @Bean annotation), Different types when bean get created (Eagerly and Lazily).
What you’ll learn
- Fundamentals of JAVA in depth
- Multithreading in depth
- Collections in depth
- Spring boot Introduction (Spring framework vs Spring boot)
- Some Important Annotaions
- IOC and Dependency Injection
- Beans and its lifecycle
- AOP
Recommended Java Course
Java 17 Masterclass: Start Coding in 2024 Best seller
Java Data Structures & Algorithms + LEETCODE Exercises Best seller
Who this course is for:
- Backend Software engineers