Skip to content

domaframework/kotlin-sample

Repository files navigation

Doma Kotlin Sample

Before You Start

Get JDK

You need JDK 11+.

Get the Source Code

$ git clone https://github.com/domaframework/kotlin-sample.git
$ cd kotlin-sample

Import this project to IntelliJ IDEA

Start your IntelliJ IDEA.

Select "File > New > Project from Existing Sources..." from the menu bar and choose "Gradle":

Generate Entity code with Gradle

./gradlew domaCodeGenDevEntity

Build with Gradle

./gradlew build

Run with Gradle

./gradlew run

Document