Spring Boot
-
Enterprise Java
Spring Boot Actuator: custom endpoint with MVC layer on top of it
Spring Boot Actuator endpoints allow you to monitor and interact with your application. Spring Boot includes a number of built-in…
Read More » -
Enterprise Java
Spring Boot / Java 8 / Tomcat 8 on Openshift with DIY
DIY cartridge is an experimental cartridge that provides a way to test unsupported languages on OpenShift. It provides a minimal,…
Read More » -
Enterprise Java
Spring Boot and Spring Data REST – exposing repositories over REST
Exposing Spring Data repositories over REST is pretty easy with Spring Boot and Spring Data REST. With minimal code one…
Read More » -
Enterprise Java
One Jar To Rule Them All: Apache TomEE + Shrinkwrap == JavaEE Boot
WARNING: I am not an expert of Spring Boot. There are a lot of things that I find really interesting…
Read More » -
Enterprise Java
Testing mail code in Spring Boot application
Whilst building a Spring Boot application you may encounter a need of adding a mail configuration. Actually, configuring the mail…
Read More » -
Enterprise Java
Customizing HttpMessageConverters with Spring Boot and Spring MVC
Exposing a REST based endpoint for a Spring Boot application or for that matter a straight Spring MVC application is…
Read More » -
Enterprise Java
Spring Batch Tutorial with Spring Boot and Java Configuration
I’ve been working on migrating some batch jobs for Podcastpedia.org to Spring Batch. Before, these jobs were developed in my own…
Read More » -
Enterprise Java
URL shortener service in 42 lines of code in… Java (?!) Spring Boot + Redis
Apparently writing a URL shortener service is the new “Hello, world!” in the IoT/microservice/era world. It all started with A…
Read More » -
Enterprise Java
Deploying a Spring boot application to Cloud Foundry with Spring-Cloud
I have a small Spring boot based application that uses a Postgres database as a datastore. I wanted to document…
Read More »