An unfinished example project written in school. Has api endpoints as well as server side rendered templates
Runs by default on port 8080.
Usage:
Run the application with (Docker required/uses testcontainers):
mvn exec:java -Dexec.mainClass="at.spengergasse.sj2324seedproject.TestMainApplication" -Dexec.classpathScope="test"
Content
Details
| Name | Located in | Description | Required | Schema |
|---|---|---|---|---|
| nameParam | query | No | string |
| Code | Description |
|---|---|
| 200 | OK |
| Code | Description |
|---|---|
| 200 | OK |
| Name | Located in | Description | Required | Schema |
|---|---|---|---|---|
| completed | query | No | boolean |
| Code | Description |
|---|---|
| 200 | OK |
| Code | Description |
|---|---|
| 200 | OK |
| Name | Located in | Description | Required | Schema |
|---|---|---|---|---|
| nameParam | query | No | string |
| Code | Description |
|---|---|
| 200 | OK |
| Code | Description |
|---|---|
| 200 | OK |
| Name | Located in | Description | Required | Schema |
|---|---|---|---|---|
| namePart | query | No | string |
| Code | Description |
|---|---|
| 200 | OK |
| Code | Description |
|---|---|
| 200 | OK |
| Name | Located in | Description | Required | Schema |
|---|---|---|---|---|
| macAddress | query | No | string |
| Code | Description |
|---|---|
| 200 | OK |
| Name | Located in | Description | Required | Schema |
|---|---|---|---|---|
| name | query | Yes | string |
| Code | Description |
|---|---|
| 200 | OK |
| Name | Located in | Description | Required | Schema |
|---|---|---|---|---|
| id | path | Yes | string |
| Code | Description |
|---|---|
| 200 | OK |
| Name | Located in | Description | Required | Schema |
|---|---|---|---|---|
| id | path | Yes | string |
| Code | Description |
|---|---|
| 200 | OK |
| Name | Located in | Description | Required | Schema |
|---|---|---|---|---|
| idVal | query | Yes | string |
| Code | Description |
|---|---|
| 200 | OK |
| Name | Located in | Description | Required | Schema |
|---|---|---|---|---|
| connectionNo | query | Yes | string |
| Code | Description |
|---|---|
| 200 | OK |
| Name | Located in | Description | Required | Schema |
|---|---|---|---|---|
| delShortname | path | Yes | string |
| Code | Description |
|---|---|
| 204 | No Content |
Details
-
/reservations
-
/reservations/new
-
/reservations/edit/<key>
-
/storageObjects
-
/storageObjects/new
-
/storageObjects/edit/<key>
-
/storages
-
/storages/new
-
/storages/edit/<id>