File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,20 @@ public class App {
5050}
5151```
5252
53+ For more complete examples, see [ domaframework/simple-examples] ( https://github.com/domaframework/simple-examples ) .
5354
5455Documentation
5556---------------------
5657
5758https://doma.readthedocs.io/
5859
60+ Related projects
61+ ---------------------
62+
63+ - [ doma-spring-boot] ( https://github.com/domaframework/doma-spring-boot ) : Supports integration with Spring Boot
64+ - [ doma-compile-plugin] ( https://github.com/domaframework/doma-compile-plugin ) : Makes compilation easy
65+ - [ doma-codegen-plugin] ( https://github.com/domaframework/doma-codegen-plugin ) : Generates Java and SQL files
66+
5967Major versions
6068---------------------
6169
Original file line number Diff line number Diff line change @@ -82,10 +82,20 @@ You may get the following message, though the file exists:
8282
8383 When you use Eclipse, check that the location of the output folder of resources is
8484same as the one for the class files in the Java Build Path dialog.
85+ You can avoid this trouble by generating eclipse setting files automatically.
86+ See also :ref: `eclipse-build `.
8587
8688When you use Gradle, check that the resource files are copied to ``compileJava.destinationDir ``
87- in advance of the compileJava task. See also :ref: `build-with-gradle `.
89+ in advance of the compileJava task.
90+ You can avoid this trouble by using the Doma Compile Plugin.
91+ See also :ref: `build-with-gradle `.
92+
93+ Do you provide any code generation tools?
94+ -----------------------------------------
8895
96+ Yes.
97+ We have the `Doma CodeGen plugin <https://github.com/domaframework/doma-codegen-plugin >`_
98+ that generates Java and SQL files from Database.
8999
90100Features as a database access library
91101=====================================
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Doma has various strengths:
2424
2525This document consists of following sections:
2626
27- * `User Documentation`_u
27+ * `User Documentation `_
2828* `Developer Documentation `_
2929* `About Doma `_
3030* `Links `_
You can’t perform that action at this time.
0 commit comments