summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRenu Kumari <renu.kumari@bell.ca>2021-07-22 11:53:53 -0400
committerRenu Kumari <renu.kumari@bell.ca>2021-07-23 08:39:12 -0400
commit22fe2165bed771fdd4c452891646076aecb22ac3 (patch)
treec40ba41a039ae4f275b6eea0ff62dbc77f76d50d /README.md
parent092d4a0b4eb6011b16d223f0c1d5072fdb5f6abb (diff)
generating swagger-ui and controller interface using openapi.yml
Issue-ID: CPS-387 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: I3e9742407148efcb16d8d79411e4de6738796f86
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 681634d..0a9adfa 100755
--- a/README.md
+++ b/README.md
@@ -106,3 +106,10 @@ mvn org.liquibase:liquibase-maven-plugin:4.3.2:update \
-Dliquibase.password=cpstemporal \
-Dliquibase.changeLogFile=db/changelog/changelog-master.xml
```
+
+## Accessing services
+
+Swagger UI is available to discover service endpoints and send requests.
+
+* `http://localhost:<port-number>/swagger-ui.html`
+