INNER CODE UNIT · Kotlin
MicroservicesRest2CustomerApplication
idugalic/digital-restaurant · drestaurant-apps/drestaurant-microservices-rest-2/drestaurant-microservices-rest-2-command-customer/src/main/kotlin/com/drestaurant/MicroservicesRest2CustomerApplication.kt:8
class MicroservicesRest2CustomerApplication
fun main(args: Array<String>) {
runApplication<MicroservicesRest2CustomerApplication>(*args)
}