cloudbees/mobile-deposit-ui

Name: mobile-deposit-ui

Owner: CloudBees

Description: null

Created: 2015-06-14 23:00:04.0

Updated: 2016-02-02 01:56:51.0

Pushed: 2016-03-01 22:39:31.0

Homepage: null

Size: 57

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

mobile-deposit-ui

ng run app.groovy

Aside from standard Spring boot properties (eg: --server.port=8081), the following custom properties are supported:

Per Spring boot convention, the custom properties can be set a number of ways.

Here's a full example:

clean package && java -jar target/mobile-deposit-ui-1.0-SNAPSHOT.jar --api.host="bank-api.beedemo.net" --api.proto="http" --api.port="8080" --server.port=8081

edit

Note you'll need to install the Spring Boot CLI https://spring.io/guides/gs/spring-boot-cli-and-js/#scratch

Management Endpoints

GET /info - customised to show the scm and build related info POST /shutdown - cause the container to stop. Useful for shutting down at the end of build testing

Build Properties

The following can be specified at build time to inject version information:

${BUILD_NUMBER} ${BUILD_URL} ${GIT_COMMIT}


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.