Spring Boot QueryDSL lets you query the database using domain specific language similar to SQL.
Read MoreSpring cloud sleuth helps you trace a request and zipkin server help you trace in a distributed environment.
Read MoreSpring Boot with RabbitMQ message broker that implements Advanced Message Queuing Protocol(AMQP)
Read MoreJava based implementation of a state machine & spring library based implementation of state machine.
Read MoreThe N+1 query problem occurs when the framework executes N additional SQL statements to fetch the same data that could have been retrieved when executing the primary SQL query.
Read More