Java
-

Spring boot custom banner generation
Whenever we start a Spring Boot application a text message shown below is displayed . This is called as a…
Read More » -

AWS DynamoDB version field using AWS SDK for Java 2
It is useful to have a version attribute on any entity saved to anAWS DynamoDB database which is simply a…
Read More » -

Spring Boot Port Change To Custom or New Port From Default
A quick guide to change the port for Spring Boot application. Examples to server.port property in application.properties file and yml…
Read More » -

Using Testcontainers in Spring Boot Tests For Database Integration Tests
In this blog post I’d like to demonstrate how I integrate Testcontainers in Spring Boot tests for running integration tests…
Read More » -

Lambda Expressions Before And After Java 8
Quick guide to few example programs on before and after Java 8. Java 8 Concepts further simplifies the code and…
Read More » -

Neo4J OGM with Quarkus
In the following video I show an example Quarkus application that uses a Neo4J database and Neo4J OGM. Have a…
Read More » -

Deep Learning with Spring Boot and DJL
Overview This is another post on Spring Boot that will show how to build a sample web application using Deep Java Library (DJL), an…
Read More » -

Java 14: Helpful NullPointerException Messages
A new JVM option, -XX:+ShowCodeDetailsInExceptionMessages, has been introduced in Java 14, in order to provide helpful NullPointerException messages showing precisely…
Read More » -

Convert time unit to duration in Java
java.util.concurrent.TimeUnit represents time durations in Java at a given unit of granularity and provides utility methods to convert across units.…
Read More »


