Spring Boot
-
Enterprise Java
Spring Boot and Security Events with Actuator
Spring Boot Actuator provides auditing capabilities for publishing and listening to security related events in a Spring Boot application with…
Read More » -
Enterprise Java
Consumer Driven Testing with Pact & Spring Boot
Recently a colleague of mine stumbled across Pact.io, Our current application had grown to over 50 services and we we’re starting…
Read More » -
Enterprise Java
Pipeline as code with a Spring Boot application
This is the last in a serie of posts about continuous delivery based on my local Docker compose stack (see…
Read More » -
Enterprise Java
Spring Boot – Configure Log Level in runtime using actuator endpoint
As of Spring Boot 1.5 a new loggers actuator endpoint allows viewing and changing application logging levels in runtime. Add…
Read More » -
Enterprise Java
Spring Tutorial: Creating a Hello World REST API Using Spring Framework and Spring Boot
Spring Framework was created as a result of disappointment of Java community with earlier versions of Enterprise Java. Since then…
Read More » -
Enterprise Java
Configure Jenkins for Continuous Delivery of a Spring Boot application
In my previous post I described how I started a continuous delivery stack with one simple command. The next step…
Read More » -
Enterprise Java
Push Spring Boot Docker images on ECR
On a previous blog we integrated a spring boot application with EC2. It is one of the most raw forms…
Read More » -
Enterprise Java
Spring Boot – The Right Boot for you!
Need a little spring in your step? Tired of all those heavy web servers and deploying WAR files? Well you’re…
Read More » -
Enterprise Java
Spring-Boot and Cache Abstraction with HazelCast
Previously we got started with Spring Cache abstraction using the default Cache Manager that spring provides. Although this approach might…
Read More »