- jdk installed
- docker installed
This is an Spring-Boot application that is already configured to support a lot of tools and plugins i like to use in my daily business.
Things that are configured already:
- Actuator
- adds health check, jms, metrics, loggers, dependencies, ... endpoints
- deployment via Ansible
- deploys the application into a vagrant box for testing behaviour - ready to only adjust hosts and ssh config to
have a server ready deployment. including serverside installation of:
- jdk
- deploys the application into a vagrant box for testing behaviour - ready to only adjust hosts and ssh config to
have a server ready deployment. including serverside installation of:
- Start a local postgresql instance with
mvn docker:start
- Start the service with
mvn spring-boot:run
Find generated docs at https://weimarnetz.github.io/registrator/