-
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.
-
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.
-
Using H2 DB with Spring Boot JPA Example
Spring boot example to using H2 DB with JPA. In this example I create one rest service with H2 DB.
-
RabbitMQ process Messages in Order Using Spring Boot
Learn how to process messages in order using Spring boot with RabbitMQ broker.
-
Spring Boot Flyway DB Migration Integration Example
Learn how to use Flyway db migration toll with spring boot projects.