This repository contains the Action Exporter service. This microservice is a RESTful web service implemented using Spring Boot.
See API.md for API documentation.
Copyright (C) 2017 Crown Copyright (Office for National Statistics)
There are two ways of running this service
- The easiest way is via docker (https://github.com/ONSdigital/ras-rm-docker-dev)
- Alternatively running the service up in isolation
cp .maven.settings.xml ~/.m2/settings.xml # This only needs to be done once to set up mavens settings file mvn clean install mvn spring-boot:run
mvn install
will automatically format the code using googles style. IDE plugins can be found here Google java format