Spring Boot
-
Enterprise Java

Read replicas and Spring Data Part 2: Configuring the base project
In our previous post we set up multiple PostgreSQL instances with the same data.Our next step would be to configure…
Read More » -
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

How to deploy a Spring Boot Application on AWS EC2 instance
Hello Friends, In this tutorial,we will see how we can deploy a Spring Boot application over an AWS EC2 instance.…
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 Boot testing with JUnit 5
JUnit 5 (JUnit Jupiter) is around for quite some time already and it is equipped with tons of features. But…
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 » -
Enterprise Java

Spring Boot: Building a RESTful Web Application
Introduction: REST stands for Representational State Transfer and is an architectural guideline for API design. We assume that you already…
Read More » -
Enterprise Java

Augmenting a Spring Data repository through delegation
I have recently written several posts about Kotlinās delegation. In doing so, I realised a useful way to apply it…
Read More » -
Enterprise Java

Spring Boot with H2 Database
In this quick tutorial, weāll bootstrap a simple Spring Boot application backed by an in-memory H2 database. Weāll use the…
Read More »



