Giter Club home page Giter Club logo

dwp.nsjsa-circumstances-service's Introduction

Circumstances Service

About

This is a Spring Boot microservice used in the flow of Job Seekers Allowance. The circumstances store all details about the details of a claimants current and previous work, their pension details, education, jury duty and other details relevant to the claim.

Prerequisites

  • Java 8
  • Maven
  • Docker (for postgresql)

DB

Local DB

The easiest way to have a local DB up and running on your machine is to use docker

$ docker run --name dwp-jsa -e POSTGRES_PASSWORD=password -e POSTGRES_DB=dwp-jsa -p5432:5432 postgres

PublicKey

In application.properties, the services.publicKey needs to be populated with a good RSA key. To create this, and set it, run ./createPublicKey.sh. This is a one time operation. Please take care not to check this change in.

Starting the jar

To run the jar, use:

java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=5005,suspend=n \
  -jar ./target/office-search-service-1.0.0-SNAPSHOT.jar --spring.profiles.active=nosecure,WC \
  --logging.level.root=DEBUG

Dependencies

This service requires nsjsa-commons to build.

dwp.nsjsa-circumstances-service's People

Contributors

dwp-workingage-digital avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.