File tree Expand file tree Collapse file tree
modules/ROOT/pages/getting_started Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments