Spring
-
Enterprise Java
Read replicas and Spring Data Part 1: Configuring the Databases
This is a series of blog posts on our quest to increase our application’s performance by utilizing read replicas. For…
Read More » -
Enterprise Java
Spring @RequestParam Annotation
Introduction: Spring @RequestParam annotation can be used to extract the query parameters in a handler method. In this quick tutorial,…
Read More » -
Enterprise Java
Spring @Primary Annotation
Introduction: Spring @Primary annotation is used to give a higher preference to the marked bean when multiple beans of the…
Read More » -
Enterprise Java
Easy Spring Boot Deployment with AWS Elastic Beanstalk
Friends don’t let friends write user auth. Tired of managing your own users? Try Okta’s API and Java SDKs today.…
Read More » -
Enterprise Java
Spring @Lazy Annotation
Introduction: The Spring framework, by default, loads and eagerly initializes all beans at the application startup itself. In our application,…
Read More » -
Enterprise Java
Spring @Order Annotation
Introduction: The Spring @Order annotation was first introduced in Spring 2.0. It was then used only to define the order…
Read More » -
Enterprise Java
Strategy Pattern Revisited With Spring
This blog post wants to show another approach how to implement the Strategy Pattern with dependency injection. As DI framework,…
Read More » -
Enterprise Java
Unit test for Spring’s WebClient
WebClient to quote its Java documentation is Spring Framework’sNon-blocking, reactive client to perform HTTP requests, exposing a fluent, reactive API…
Read More »