How To Add Dependency in Spring Boot Project | pom.xml file
Hello everyone, welcome back to techbrushup. In this tutorial, we will learn how to how to add dependency in Spring Boot Project. So guys, let's check out the prerequisite first.
Additional info: ( pom.xml) file is used to add dependencies in maven based Project.
prerequisite:
Should be Already created maven based project if not please follow Maven Based Project
Whitelabel Error Page Problem Solved in Spring boot
Hello everyone, welcome back to techbrushup. In this tutorial, we will learn how to Solve Whitelabel Error Page Problem in Spring Boot application.
Additional info:
prerequisite:
Must have have look in error status code (404 or 500 or some thing else)
Install Extension Pack
Step 1: Open visual studio and install some recommended extension as below
Extension Pack for Java Extension Pack of (6)
How to Install & Run Java in Visual Studio Code
This is about - how to set up and run a Java program in visual studio code on Windows. In this post, I have shown a step-by-step complete guide for setting up Java in VS Code.
Software install
1. install latest Java JDK
2. install latest vs code ide
3. intstall popular extension
3.1 Extension Pack for Java
3.2 Code Runner
Create project
Create a folder like javaProject
How to build a Web Application Using Java in Visual Studio Code
In Java there are 3 popular ways to create a dynamic Web Application
lets go into deep for each ways.
1. Servlet :
First Web Application Using Java Servlet In this section, we will see how to create a website using Java Servlets and HTML To create a web application
we need the following tools: