We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2300f0c commit fdd0692Copy full SHA for fdd0692
README.md
@@ -1,22 +1,12 @@
1
# Api Versioning
2
Showcase to demonstrate the implementation of backward-compatible APIs and versioning
3
4
-## Run via Docker
5
Run
6
```
7
-docker build -t customer-service customer-service/
8
-docker run -p8080:8080 customer-service
9
-```
10
-to build and run the sample.
11
-
12
-## Run without Docker
13
-You need Apache Maven installed to run the sample without Docker. Run
14
15
cd customer-service
16
mvn package meecrowave:run
17
18
19
-## Accessing the UI
+to run the sample.
20
After the server is running, you can access the Swagger UI at
21
http://localhost:8080/index.html
22
0 commit comments