The project is built with maven and deployed in docker containers.
mvn -U clean package -DskipTests
docker-compose up --build -d
OpenAPI documentation: {deployUrl}/openapi
GET all: {deployUrl}/wolpertinger-java/rest/images
GET by name: {deployUrl}/wolpertinger-java/rest/images?name={imageName}
GET all: {deployUrl}/wolpertinger-java/rest/orders
GET by id: {deployUrl}/wolpertinger-java/rest/orders/{id}
POST to create: {deployUrl}/wolpertinger-java/rest/orders
POST to create: (protected) {deployUrl}/wolpertinger-java/rest/tokens (no data body)
GET all: (protected) {deployUrl}/wolpertinger-java/rest/tokens
GET by value: {deployUrl}/wolpertinger-java/rest/tokens/{value}
