Skip to content

ahmadmo/kotlin-microservices-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices Examples

A collection of Microservices projects written in Kotlin

How to build?

For gradle projects, go to project directory and execute the following command:

./gradlew clean build

and if you want to skip tests, execute:

./gradlew clean build -x test

Releases

No releases published

Packages

No packages published