Skip to content

Tag Archives: Java-Spring-Boot

In a Spring Boot project, we have to test the web layer. For that, we can use MockMVC. In this tutorial, let us see how… Read More
Spring Boot is trending and it is an extension of the spring framework but it reduces the huge configuration settings that need to be set… Read More
MongoDB is a NoSQL database and it is getting used in software industries a lot because there is no strict schema like RDBMS that needs… Read More
Automated testing plays a vital role in the software industry. In this article, let us see how to do the testing using MockMvc for a… Read More
PostgreSQL is a user-friendly versatile RDBMS. This article lets us see how to integrate Spring Data JPA with PostgreSQL. There are some conventions to be… Read More
In this article, let us see a sample maven project in Spring Boot JPA with Query methods. Spring Boot + JPA removes the boilerplate code… Read More
The concept of dynamic dropdown (or dependent dropdown) is exciting and challenging to code. Dynamic dropdown means that the values in one dropdown list are… Read More
Sometimes the error or status messages in webpages would be different from the default error message thrown by Tomcat (or any other server). An important… Read More
Spring JDBC Spring can perform JDBC operations by having connectivity with any one of jars of RDBMS like MySQL, Oracle, or SQL Server, etc., For… Read More
Usually, we might be taking a maven project or grade project for Spring Boot related projects. We will be adding the dependencies in pom.xml (in… Read More
In this article, we are going to make a program to produce some data using Kafka Producer which will consume by the Kafka Consumer and… Read More
AOP(Aspect Oriented Programming) breaks the full program into different smaller units. In numerous situations, we need to log, and audit the details as well as… Read More
Microservices are more popular nowadays. They can be written in any language. In this article, let us see Spring Boot Microservices. in this article let… Read More
In the corporate world, they say “Java is immortal!”. But Why? Java remains one of the major platforms for developing enterprise applications. Enterprise Applications are… Read More
Spring Boot provides the ability to schedule tasks for execution at a given time period with the help of @Scheduled annotation. This article provides a… Read More

Start Your Coding Journey Now!