Spring Boot
-
Enterprise Java
Spring Boot Microservices , Docker and Kubernetes workshop – part1
In this series of workshop we will build few micro services using spring boot, docker and then deploy them into…
Read More » -
Enterprise Java
Spring Boot Actuator Tutorial
Hello Friends, In this tutorial, we will learn about Spring actuator and what all it helps us with. 1. What…
Read More » -
Enterprise Java
Top 5 Spring Boot Features Java Developers Should Know
You might have heard about Spring Boot and it’s magical powers about creating a Spring Web application in just under…
Read More » -
Enterprise Java
Build a Mobile App with React Native and Spring Boot
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java
Fully working prototypes with Spring Boot and H2
We do use a lot of h2 with spring especially for unit tests. However instead of unit tests we might…
Read More » -
Desktop Java
GWT with Spring Boot
Intro I’ve been investigating the options for writing UI code in Java recently. In my previous post I investigated Eclipse RAP and…
Read More » -
Enterprise Java
Making REST Communication Easy with Feign Clients
In this example, we shall show you how to develop a simple Spring Boot Application with a Feign client for…
Read More » -
Enterprise Java
HTTP cache with Spring examples
Caching is a powerful feature of the HTTP protocol but for some reason, it’s mainly considered for static resources like…
Read More » -
Enterprise Java
Cached Prepared Statements with Spring Data Cassandra
Today I have a short post on using Prepared Statements in Spring Data Cassandra. Spring provides you with some utilities…
Read More »