Spring Boot
-
Enterprise Java

Spring Boot and Micrometer with Prometheus Part 5: Spinning up prometheus
Previously we got our Spring Boot Application adapter in order to expose the endpoints for prometheus.This blog will focus on…
Read More » -
Enterprise Java

Spring Boot and Micrometer with Prometheus Part 4: The base project
In previous posts we had a look on Spring Micrometer and InfluxDB. So you are gonna ask me why prometheus.The…
Read More » -
Enterprise Java

Spring Boot Remove Embedded Tomcat Server, Enable Jetty Server
A quick guide to exclude embedded tomcat server in spring boot application and adding Jetty Server Instead. Configuration to remove…
Read More » -
Enterprise Java

Spring Boot tests with Testcontainers and PostgreSQL, MySQL or MariaDB
Testcontainers is a Java library that allows integrating Docker containers in JUnit tests with ease. In a Containerized World, there…
Read More » -
Enterprise Java

Spring Boot and Micrometer with InlfuxDB Part 3: Servlets and JDBC
In the previous blog we setup a reactive application with micrometer backed with an InfluxDB. On this tutorial we shall…
Read More » -
Enterprise Java

Docker Compose for Spring Boot application with PostgreSQL
In this blog post you will learn how to configure Spring Boot application with PostgreSQL for running with Docker Compose.…
Read More » -
Enterprise Java

Processing SQS Messages using Spring Boot and Project Reactor
I recently worked on a project where I had to efficiently process a large number of messages streaming in through…
Read More » -
Enterprise Java

Spring Boot and Micrometer with InlfuxDB Part 2: Adding InfluxDB
Since we added our base application it is time for us to spin up an InfluxDB instance. We shall follow…
Read More » -
Enterprise Java

Spring Boot and Micrometer with InlfuxDB Part 1: The base project
To those who follow this blog it’s no wonder that I tend to use InfluxDB a lot. I like the…
Read More »



