Spring Boot
-
Enterprise Java

Testing Spring Data + Spring Boot applications with Arquillian (Part 2)
In previous post, I wrote about how to test Spring Data application using Docker with Arquillian Cube. The test looked like: @RunWith(SpringRunner.class) @SpringBootTest(classes =…
Read More » -
Enterprise Java

Testing Spring Data + Spring Boot applications with Arquillian (Part 1)
Spring Dataâs mission is to provide a familiar and consistent, Spring-based programming model for data access while still retaining the…
Read More » -
Enterprise Java

Spring Boot, @EnableWebMvc And Common Use-Cases
It turns out that Spring Boot doesnât mix well with the standard Spring MVC @EnableWebMvc. What happens when you add…
Read More » -
Enterprise Java

Real-Time Communication: Implementing Websockets With Spring Boot
When developing web applications, we sometimes need to push server events down to connected clients. However, HTTP was not designed…
Read More » -
Enterprise Java

Auto-Publishing & Monitoring APIs With Spring Boot
If you are heading down the path of a Microservices style of architecture, one tenant you will need to embrace…
Read More » -
Groovy

Debugging Grails 3, Spring Boot or Gradle with Eclipse
This is a small post for those whoâs primary IDE is Eclipse for developing Grails 3 apps or plugins â…
Read More » -
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 »


