Simple examples for Doma.
$ git clone https://github.com/domaframework/simple-examples.git
$ cd simple-examples
You need Java 11 or later.
$ ./gradlew build
Import the project as a Gradle project.
Before importing the project into Eclipse, run the following command:
$ ./gradlew cleanEclipse eclipse
The eclipse
task generates Eclipse setting files.
We recommend you write settings on build.gradle and run this task
whenever you have to change settings about annotation processing.
Never change Eclipse directly.
Apache License, Version 2.0