-
Spring: Best Ways to return HTTP 400 Bad Request
Best way to handle bad request in spring boot application.
-
CURL HTTP/1.1 415 Unsupported Media Type Error
How to use CURL properly to avoid HTTP/1.1 415 Unsupported Media Type Error.
-
Spring Boot Redis Data Repository Example with Other Data Source
Spring boot data redis example with two data sources with@TimeToLive.
-
Send email with replyTo field using Spring Boot
Spring boot example to send email using replyTo option.
-
Possible Reasons for @Autowired Field Null
Possible reason and fix for spring @Autowiring not working.
-
Java JPA @Enity define with columnDefinition
Define more meaning full tables with JPA @Entity with columnDefinition field of @Column annotation.
-
CORS and It’Configurations in Spring Boot Rest Service
CORS configuration example in spring boot using spring security CorsConfigurationSource, UrlBasedCorsConfigurationSource and WebSecurityCustomizer .
-
RabbitMQ process Messages in Order Using Spring Boot
Learn how to process messages in order using Spring boot with RabbitMQ broker.
-
RabbitMQ Hands-on Tutorial with Springboot
RabbitMQ is one of the most widely used open source message broker. This can be deployed on almost every moderns platforms and support various protocols.
-
Spring Boot Flyway DB Migration Integration Example
Learn how to use Flyway db migration toll with spring boot projects.