It’s really useful to have a simple way of seeing what code you have deployed. Any Spring Boot application can add a simple git info endpoint using out-of-the-box actuator functionality and a simple maven plugin. This allows you to do a simple curl on a URL and see exactly what version of your code is […]