oohira / kotlin-sample

Doma Kotlin Sample

Home Page:http://doma.readthedocs.io/en/stable/kotlin-support/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Doma Kotlin Sample

http://doma.readthedocs.io/en/stable/kotlin-support/

License:Apache License 2.0


Languages

Language:Kotlin 100.0%