Spring Boot
-
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 » -
Enterprise Java
How to change the default port of Spring Boot application
By default, Spring Boot applications run on an embedded Tomcat via port 8080. In order to change the default port,…
Read More »