Spring Boot
-
Enterprise Java
Centralized Authorization with OAuth2 & JWT using Spring Boot 2
This guide walks through the process to create a centralized authentication and authorization server with Spring Boot 2, a demo…
Read More » -
Enterprise Java
The Hypermedia APIs support in JAX-RS and OpenAPI: a long way to go
Sooner or later, most of the developers who actively work on REST(ful) web services and APIs stumble upon this truly…
Read More » -
Enterprise Java
Asynchronous RDBMS access with Spring Data R2DBC
Not too long ago, a reactive variant of the JDBC driver was released. Known as R2DBC. It allows data to…
Read More » -
Enterprise Java
Difference between @ContextConfiguration and @SpringApplicationConfiguration in Spring Boot Integration Test
Even though both @ContextConfiguration and @SpringApplicationConfiguration annotations are used along withSpringJUnit4ClassRunner to specify how to load the Spring application context,…
Read More » -
Enterprise Java
Build a Web App with Spring Boot and Spring Security in 15 Minutes
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java
Spring-Boot 2.1.x and overriding bean definition
I was recently migrating an application from Spring Boot 1.5.X to Spring Boot 2.X and saw an issue with overriding…
Read More » -
Enterprise Java
Bootiful Development with Spring Boot and Vue
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java
Spring Boot Hibernate Tips
1. Overview Hibernate needs no introduction. It is the most popular ORM out there for Java. Similarly, Spring Boot is…
Read More » -
Enterprise Java
Build a Basic App with Spring Boot and JPA using PostgreSQL
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More »