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