Spring Boot Tutorials, Tips & Tricks

Spring Boot GraphQL Subscription Realtime API

Spring Boot GraphQL Subscription Realtime API

GraphQL Subscription provides a great way of building real-time API. In this tutorial we will build a realtime GraphQL subscription API using Spring Boot. 1. Overview Spring Boot GraphQL Subscription – GraphQL provides an...

Basic Authentication in Spring WebClient

In this short post we will see how to setup Basic Authentication in Spring WebClient while invoking external APIs. Overview WebClient is a non-blocking HTTP client with fluent functional style API. It is part...

Spring Boot FreeMarker Tutorial with Example

Spring Boot FreeMarker Tutorial with Example

Spring Boot FreeMarker Hello World Tutorial – Getting started with FreeMarker templates in Spring Boot is super easy. Spring Boot’s auto-configuration (spring starters) speeds up integrating any new tech in any Spring based project....