This application is part of the GameCloud system and provides the capability to make and list orders. The project was created based on a similar project of the Cloud Native Spring in Action book by Thomas Vitale.
Gradle Command | Description |
---|---|
./gradlew bootRun |
Run the application. |
./gradlew build |
Build the application. |
./gradlew test |
Run tests. |
./gradlew bootJar |
Package the application as a JAR. |
./gradlew bootBuildImage |
Package the application as a container image using Buildpacks. |
Check out the rather similar command for GameCloud catalog-service.