Spring Boot
-
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 » -
Enterprise Java
Introduction to Spring Boot
In this tutorial, we’ll take a look at Spring Boot and see how it’s different from the Spring framework. We’ll…
Read More » -
Enterprise Java
Monitor Your Java Apps with Spring Boot Actuator
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
How-To: Spring Boot 2 Web Application with Multiple Mongo Repositories and Kotlin
First of all, a disclaimer: if you’re writing a microservice (which everyone does now right?) and want it to be…
Read More »