/gamecloud-order-service

Order service for the GameCloud system using Spring WebFlux and R2DBC

Primary LanguageJavaMIT LicenseMIT

GameCloud Order Service

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.

Useful Commands

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.

Local development and tools

Check out the rather similar command for GameCloud catalog-service.