Recently, I've had an issue were I want to be able to run multiple spring boot services locally for testing and development purposes. Unfortunately they all run on the same port so they fail to start! Fixing this is simple enough, in our Spring Boot application, we can just configure