Java Spring Boot
Basic Java Spring Boot application
mvnw spring-boot:run
from project rootNOTE: port currently set to 8081 in: src/main/resources/application.properties
docker build -t myspringboot .
docker run -p 8080:8081 myspringboot
mvn test -Dtest=RestAPITest
run Cucumber tests: mvn test
For further reference, please consider the following sections:
The following guides illustrate how to use some features concretely: