Skip to content

DS0708/poloar-dispatcher-service

Repository files navigation

Dispatcher Service

This application is part of the Polar Bookshop system and provides the functionality for dispatching orders. It's part of the project built in 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.

After building the application, you can also run it from the Java CLI:

java -jar build/libs/dispatcher-service-0.0.1-SNAPSHOT.jar

About

'클라우드 네이티브 스프링 인 액션'의 디스패처 서비스

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages