This is a Spring Boot application for processing metering data related to energy consumption. The application provides RESTful APIs for CRUD operations on fractions and meter readings, as well as retrieving consumption for a given month.
- Java Development Kit (JDK) 11
- Maven
- Docker
docker-compose -f docker-compose-axonserver-se.yml up
And please go to http://localhost:8024 and initiliaze axon server as default.docker-compose -f docker-compose-postgres.yml updocker build -t energy-consumption .The application will be accessible at http://localhost:8080.
The swagger will be accessible at http://localhost:8080/swagger-ui/index.html