Skip to content

Commit 60061aa

Browse files
Gytis Triklerisgsmet
andauthored
Update docs/src/main/asciidoc/panache-rest.adoc
Co-authored-by: Guillaume Smet <[email protected]>
1 parent 4d38b9b commit 60061aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/panache-rest.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To begin with:
5555
== Generating CRUD resources
5656

5757
Panache REST generates CRUD resources based on the interfaces available in your application.
58-
For each entity and repository that you want to generate, provide an interface that extends either `PanacheEntityCrudResource` or `PanacheRepositoryCrudResource` interface.
58+
For each entity and repository you want to expose as a REST service, provide an interface that extends either `PanacheEntityCrudResource` or `PanacheRepositoryCrudResource` interface.
5959
_Do not implement these interfaces and don't provide custom methods because they will be ignored._ You can, however, override the methods from the extended interface in order to customize them (see the section at the end).
6060

6161
The generated resources will be functionally equivalent for both entities and repositories.

0 commit comments

Comments
 (0)