mvc architecture

mvc architecture
MVC Architecture (Model-View-Controller)MVC (Model-View-Controller) is a software architectural pattern commonly used in web and application development. It separates concerns into three interconnecte...
0 Read More

Spring boot-java-project_calc

Spring boot-java-project_calc
Using Html1) File --> New --> Spring Starter Project 2) Name --> Calculator 3) Select Maven as Type 4) Click Next 5) Add Dependencies: DevTools, Web, Thymeleaf 6) Click Next, Finish 7) Go ...
0 Read More

Annotation in SpringBoot

**1.@SpringBootApplication **is a key annotation in Spring Boot, used to mark the main class of a Spring Boot application.2.@ConfigurationIndicates that the class can be used by the Spring IoC contain...
0 Read More

React JS

React JS
What is React?React is a front-end JavaScript library.React was developed by the Facebook Software Engineer Jordan Walke.React is also known as React.js or ReactJS.React is a tool for building UI comp...
0 Read More