Author - Mathan Lal

Spring boot

Spring boot logging example

SLF4J instead of Spring boot default logging Spring Boot uses Commons Logging for all internal logging but leaves the underlying log implementation open. By...

Spring boot

spring boot rabbitmq example

Integrating Spring boot with RabbitMQ RabbitMQ is a lightweight, reliable, scalable, and portable message broker based on the AMQP protocol.Spring boot uses...

Date and Time

Localdate of method in java

This returns a LocalDate with the specified year, month and day-of-month, You can use this method if your application get DOB or any date from user in int...