An open API service indexing awesome lists of open source software.

https://github.com/debianmaster/store-orders

Springboot Orders API
https://github.com/debianmaster/store-orders

Last synced: over 1 year ago
JSON representation

Springboot Orders API

Awesome Lists containing this project

README

          

## DEV
```console
oc new-app https://github.com/debianmaster/store-orders
```

## QA
```console
oc new-build https://github.com/debianmaster/store-orders --context-dir=qa --name=orders-pipeline
```
## PROD
```console
oc new-build https://github.com/debianmaster/store-orders --context-dir=prod --name=orders-pipeline
```

## Permissions
```sh
oc policy add-role-to-user edit system:serviceaccount:qa:jenkins -n myproject
oc policy add-role-to-user edit system:serviceaccount:prod:jenkins -n qa
```