Spring Boot
-
Enterprise Java
Simple Spring Boot Admin Setup
Spring Boot Admin is a cool dashboard for monitoring your spring boot applications. However, setting it up is not that…
Read More » -
Enterprise Java
Spring Boot Admin – Admin UI for administration of spring boot applications
As part of micro services development many of us are using Spring Boot along with Spring Cloud features. In micro…
Read More » -
Enterprise Java
Spring Boot Web Slice test – Sample
Spring Boot introduced test slicing a while back and it has taken me some time to get my head around it and…
Read More » -
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 »