Spring
-
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 Data with JPA and @NamedQueries
If you use Spring Data and @NamedQuery annotations at your JPA entity you can easily use them in a more…
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 Data support for Cassandra 3
One of the items that caught my eye from the announcement of the new Spring Data release train named Ingalls was…
Read More » -
Enterprise Java
Setting TTL for @Cacheable – Spring
Today I was asked to set the expiry time of cache for some of the keys our application is using,…
Read More »