Skip to content

Commit 8526754

Browse files
committed
Polish some documents
1 parent 7833ff7 commit 8526754

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5455
Documentation
5556
---------------------
5657

5758
https://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+
5967
Major versions
6068
---------------------
6169

docs/faq.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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
8484
same 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

8688
When 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

90100
Features as a database access library
91101
=====================================

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Doma has various strengths:
2424

2525
This document consists of following sections:
2626

27-
* `User Documentation`_u
27+
* `User Documentation`_
2828
* `Developer Documentation`_
2929
* `About Doma`_
3030
* `Links`_

0 commit comments

Comments
 (0)