File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -164,9 +164,10 @@ http://localhost:8084/customer-service/v1/customers
164164* OpenAPI JSON → ` http://localhost:8084/customer-service/v3/api-docs `
165165* OpenAPI YAML → ` http://localhost:8084/customer-service/v3/api-docs.yaml `
166166
167- ➡️ The YAML/JSON spec above is the ** contract** that the client module (` customer-service-client ` ) consumes when
168- generating code.<br />
169- For clarity, in this repository it is saved under the client module as ` src/main/resources/customer-api-docs.yaml ` .
167+ ➡️ The YAML/JSON spec above is the ** contract** that the client module (` customer-service-client ` ) consumes when generating code.
168+
169+ ➡️ For clarity, in this repository it is saved under the client module as: ` src/main/resources/customer-api-docs.yaml `
170+
170171---
171172
172173### Example Wrapper Snippet
You can’t perform that action at this time.
0 commit comments