Run your frontend alongside spring boot

Running a javascript application alongside your spring boot backend can be bit of a conundrum. Here are several ways to tackle this problem.

December 23, 2019 · 3 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

Complete example of a Spring MVC 3.2 project

Awesome spring mvc 3.2 starter with sitemesh, localization, UTF-8, boostrap and spring test mvc

January 23, 2013 · 7 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