Spring Boot
-
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 » -
Enterprise Java
Build Mobile Apps with Angular, Ionic 4, and Spring Boot
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
@SpringBootConfiguration Annotation in Spring Boot
@SpringBootConfiguration annotation in Spring Boot is a class-level annotation which indicates that this class provides the application configuration. Generally, the…
Read More » -
Enterprise Java
Spring Boot CommandLineRunner and ApplicationRunner
In this quick tutorial, we’ll explore the two very popular interfaces in Spring Boot: CommandLineRunner and ApplicationRunner. One common use…
Read More »