- Domain data (entities)
- Data access (queries/repositories)
- General purpose services
- Specific business services
- Batch jobs
- Outside-world interactions
- End points and controllers
- Request processors (servlet)
- Importers / Integrators
Our business is based on giving customers
work spaces, in which they have the change to create privileged users
Context
Requirements
| Functionality | Input | Output |
|---|---|---|
| Grant workspace access | - user name: string - rights for the user: array[string] |
- OK - ERROR on exception - DUPLICATED if user is already related to workspace |
| Revoke workspace access | - user name: string | - OK - ERROR on exception - INVALID if user is not related to workspace |
http://20.20.100.2:8000/apps
java -jar jenkins.war %JBOSS_HOME%\bin\jboss-cli.bat
--connect
--controller=20.20.100.2:9990
--user=admin
--password=1234
--commands="deploy rest/build/libs/rest.war --force"