Tag Archives: Spring Boot

Use Spring Cloud Config as externalized configuration

One of the most important practices when it comes to continuous delivery is building your binaries only once and use that one in the different environments (dev, test, acceptance, etc). This means that most likely you will need to externalize … Continue reading

Posted in Continuous Delivery, Spring Framework | Tagged , , | 2 Comments

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 the first and second post here). In this post I use a simple Spring Boot project to show how to … Continue reading

Posted in Continuous Delivery, Git, Jenkins, Spring Framework | Tagged , , , , | 4 Comments

Configuring the Elastic Load Balancer of your Elastic Beanstalk application

In my previous post I showed how to run a Spring Boot application on AWS using AWS Elastic Beanstalk. In that post I mention that it is possible to bypass the default Nginx instance on the EC2 instance and have … Continue reading

Posted in AWS, Spring Framework | Tagged , , | Comments Off on Configuring the Elastic Load Balancer of your Elastic Beanstalk application

Run your Spring Boot application on AWS using Elastic Beanstalk

Although I previously wrote how easy it is to get your Spring Boot application up and running on AWS by using Boxfuse I think it is good idea to have notion of some alternative ways to achieve the same. One … Continue reading

Posted in AWS, Spring Framework | Tagged , , | 3 Comments