Skip to content

LukeLoze1/census-rm-actionexporter-service

 
 

Repository files navigation

Codacy Badge Docker Pulls Build Status codecov

Action Exporter Service

This repository contains the Action Exporter service. This microservice is a RESTful web service implemented using Spring Boot.

API

See API.md for API documentation.

Copyright

Copyright (C) 2017 Crown Copyright (Office for National Statistics)

Running

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

Code Style

mvn install will automatically format the code using googles style. IDE plugins can be found here Google java format

About

This microservice exports actions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 92.2%
  • PLpgSQL 6.6%
  • Other 1.2%