Spring Data Custom Repository
Spring Data Custom Repository Continue Reading
Spring Data Custom Repository Continue Reading
Configure CORS (Cross-origin resource sharing) for Spring Boot application
Let’s understand why we need default methods which have been added in Java 8. Assume that we have an Interface with some abstract methods and it has many implementation classes. Now if we want to add new method in the Interface it means we need to change all implementations. Continue Reading
One of the important thing is the monitoring of the production environment. And the Actuator endpoints will give us some capability to monitor the spring boot application. So for this we need to include the Actuator dependency in the pom.xml:
Java8 understanding the LocalDateTime
In this blog let’s explore the LocalDate and LocalTime.
In the post we will show what problems Java Date has. In Java 1.0 only support for date and time was the java.util.Date class. The usability of this class is harmed by some wrong design decisions.
In the previous blog we showed how to convert java object to json. In this post we will show how to create java object from json using Jackson library.
In this example we will show you how to convert java object to JSON using Jackson library.
In the previous blog we showed how to convert java object to json. In this post we will show how to create java object from json using GSON library.