Skip to content

Commit d6386cc

Browse files
Merge pull request #23 from SchettlerKoehler/feature/checklists
Moved JPA to general checklist
2 parents bca28d2 + 89f52b1 commit d6386cc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/ROOT/pages/getting_started/create_rest_service.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44
** It is recommended to xref:../integration/rest_openapi.adoc[start with an OpenApi spec]
55
* [ ] Establish the xref:../integration/rest_exception_handling.adoc[exception handling]
66
* [ ] Enable xref:../cross_cutting/security/authentication.adoc[security features] for the API
7-
* [ ] Implement the necessary xref:../cross_cutting/tracing.adoc[tracing infrastructure]
8-
* [ ] Setup the persistence according to the needs. E.g.:
9-
** xref:../persistence/jpa.adoc[SQL database with JPA]
7+
* [ ] Implement the necessary xref:../cross_cutting/tracing.adoc[tracing infrastructure]

modules/ROOT/pages/getting_started/getting_started.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The basic way of working with this stack:
77
** https://code.quarkus.io/
88
* [ ] Establish the xref:../cross_cutting/coding_conventions.adoc[coding conventions] in the team
99
* [ ] Align the architecture of the new service with an xref:../architecture/layered_architecture.adoc[architecture pattern]
10+
* [ ] Setup the persistence according to the needs. E.g.:
11+
** xref:../persistence/jpa.adoc[SQL database with JPA]
1012
* [ ] Prepare the xref:../cross_cutting/exceptions.adoc[exception handling]
1113
* [ ] Configure the service for xref:../cross_cutting/logging.adoc[logging]
1214

0 commit comments

Comments
 (0)