Spring Boot
-
Enterprise Java
Spring Security with Spring Boot 2.0: Simple authentication using the Servlet Stack
Spring security is a great framework saving lots of time and effort from the developers. Also It is flexible enough…
Read More » -
Enterprise Java
Introduction to using Vaadin in Spring Boot
Introduction Vaadin’s way of doing things rely on server-side rendering, so it can be integrated naturally into frameworks like Spring.…
Read More » -
Enterprise Java
Spring Hibernate Tutorial
1. Introduction In this post, we shall demonstrate how to leverage the power of one of the most popular ORM…
Read More » -
Enterprise Java
Mocking files for JUnit testing a Spring Boot web application on Synology NAS
For a Spring Boot application which will check backup files on a Synology RS815+ NAS, we wanted to be able…
Read More » -
Enterprise Java
Interacting with Cassandra using the Datastax Java driver
I’m back with more Cassandra and Java integration today this time focusing on using the Datastax Java driver rather than…
Read More » -
Enterprise Java
Spring Boot Tutorial
1. Introduction If you always wanted to work with a Web Framework which allows you to jump-start into API development…
Read More » -
Enterprise Java
Creating multiple RouterFunctions in Spring WebFlux
In this post we will be looking at defining multiple router functions to different logical domains in Spring WebFlux. This…
Read More » -
Enterprise Java
Spring Data JPA Example with Spring Boot
1. Introduction In this post, we shall demonstrate how to leverage the powerful Spring Data JPA APIs to interact with…
Read More » -
Software Development
MicroServices – Part 6 : Distributed Tracing with Spring Cloud Sleuth and Zipkin
One of the challenges in microservices architecture is the ability to debug issues. A simple user action might trigger a…
Read More »