Debugging Webflux with IntelliJ

By default, it very difficult to read reactor stack traces. Make your life easier with this little tip!

December 20, 2019 · 1 min · Geoffroy Warin

Social login with Spring

Log-in with your social account in your Spring application

February 12, 2016 · 7 min · Geoffroy Warin

Spring Boot and React hot loader

The perfect setup for Spring boot and React hot loader

August 5, 2015 · 7 min · Geoffroy Warin

Completable futures with Spring async

Use Java 8 new CompletableFuture with Spring async

June 12, 2015 · 6 min · Geoffroy Warin

Understanding Spring Boot

Wonder how spring boot’s magic operates behind the scenes? You’ve come to the right place!

March 6, 2015 · 5 min · Geoffroy Warin

A simple Spring Boot and Jersey Application

How to setup a simple spring-boot and jersey application

January 31, 2014 · 4 min · Geoffroy Warin

Using Spring Data JPA in a Java SE environment and run tests with dbUnit

Demonstration of how to set up spring data JPA in java SE and test with dbUnit

January 21, 2013 · 5 min · Geoffroy Warin

Using spring in a Java SE environment and implementing the chain of responsibility pattern

Demonstration of how to set up spring in java SE and inject several implementations of the same interface

January 20, 2013 · 5 min · Geoffroy Warin