Posts

INDEX OF Zeek Spring Boot

Spring Blog Index Page Spring Boot Basics (A1 - A5) OPEN/CLOSE No Title Labels A1 What is spring boot and why is it used? Explain the use and goals of spring boot What is spring boot? A2 Explain Dependency Injection briefly What dependency means WHAT IS DEPENDENCY INJECTION ? EXPLAIN... A3 SettingUp IDE Spring Tool Suite(IDE) and the procedures involved Spring Tool Suite (STS) Project Setup A4 ...

47 - Hand Written Notes(with blogposts number, their description and required project)

 

46- Implement Delete Student Feature

Final Image 1-   Create a delete button next to update button in     students.html       

45- Implement Update Student Feature

  1- Adding an Update button in    students.html   

44- Implement Add Student Feature

  students.html

43- (Very Important)Thymeleaf Attributes and their roles or working

Image 1 -  For Better understanding of th:each and model.addAttribute()

42- Implement List All Students Feature

Image 1  

41- Project Algorithm for student-management-system(Important)

  Image 1   -    Project Algorithm Image

40- Create JPA Employee (Model or Entity) and Repository for sms

  Creating Student Entity

39- Configuring MySQL for project

  Before Configuring database we need to execute a query in  MySql Workbench to Create database

38- Packaging Structure of the project

  Image 1 :   packaging structure for student-management-system

37- Creating our fourth(last) spring boot project in STS

  We are creating our fourth (last) spring boot application

36- Iteration in Thymeleaf

  What is Iteration?

35- Add CSS Bootstrap library to Thymeleaf Template

  There are two ways to add Bootstrap CSS in thymeleaf template-

34- Add CSS and JS files to thymeleaf template

  A dd CSS and JS files to thymeleaf template

33- Inserting String "Hello world" from java into thymeleaf template

  Create a String "Hello World" in java and insert into the required position   on Thymeleaf Template to generate new HTML page.

32-Packaging Structure of App in third project

  Image 1 -  Packaging Structure of App in this Image

31- Creating Third Project in STS

  We are creating our third spring boot application

30- Fundamentals of Thymeleaf

  What is thymeleaf?

29- Thymeleaf Starting and Basic Questions

  THYMELEAF

28- Using POSTMAN to Delete your REST API by ID

Steps taken to   Update your REST API by ID

27-Build Delete Employee By Id REST API (Final)

  Image 1

26- Using POSTMAN to Update your REST API by ID

Steps taken to   Update your REST API by ID

25-Build Update Employee By Id REST API

  Image 1

24- Using POSTMAN to Get your REST API by ID

  Steps taken to   Get your REST API by ID

23- Build Get Employee By Id REST API

  Image 1

22- Using POSTMAN API to Get List of REST API

  Steps taken to Get List of Employees on POSTMAN

21- Build Get All Employees REST API

  Image 1

20- Using POSTMAN API to POST your REST APIs

 Steps taken to POST your API on POSTMAN

19- Build Create Employee REST API

  Image 1 Note - Model  and Repository layer completed

18- Project Algorithm(Very Important)

  As we know the Project Architecture for working with database is 

17- Creating Custom Exception

  In case the resource or information you are looking for does not exists then I want my application to throw a Custom Exception

16- Create JPA Employee (Model or Entity) and Repository

  Creating Employee Model

15- Configuring MySQL for project

Before Configuring database we need to execute a query in  MySql Workbench to Create database

14- Packaging Structure for second project

  Spring Starter Project in STS 

13- Spring boot Project Architecture when using Database(Very Important)

  Whenever we are are trying to use database in our project there are few classes that are introduced so as to connect and work with our database..

12- JPA, Spring Data JPA and Hibernate

  What is JPA?

11- Creating Second Project in STS

  We are creating our second spring boot application

10- Lombok in STS

  You might have have seen that in model or entity class we have to create    Getter and Setters,   Constructors using field,   Constructors using superclass,   etc.

9- SpringBoot Dev Tools

  What is Spring Dev Tools?

8: spring-boot-first-app

  1-- Main Method of spring boot

7- Packaging Structure of our first Project

Spring Starter Project in STS 

6- Creating First Project in STS

  We are creating our first spring boot application which will have following REST APIs that will handle respective requests for our client to access -

5- @SpringBootApplication annotation

  @SpringBootApplication internally contains  

4-Types of Spring Boot Applications

  Types of Spring Boot Application

3- Spring Boot App Execution process

  How is Spring Boot Application Executed?

2- Spring Boot and its key features

  What is spring boot? 

1- Fundamentals of Spring and Spring MVC

  In order to have good understanding of Spring boot we need understanding of some of the concepts of Spring and Spring MVC framework 

Images Blog

Image
Images

A5 - Concept of JPA,ORM in spring boot,EntityManager and EntityManagerFactory

What is JPA in simple terms?

A4 - My Spring Boot Project (name- FirstPro)

  YELLOW IS for Java Project 

A3 - SettingUp IDE Spring Tool Suite(IDE) and the procedures involved

Image
There are many ways to create a spring-boot project 

A2 - Explain Dependency Injection briefly

  In order to understand what dependency injection means we need to understand what dependency means  

A1 - What is spring boot and why is it used?

Image
  WHAT IS SPRING BOOT ?