Skip to content

Commit fdd0692

Browse files
committed
Create Readme.md
1 parent 2300f0c commit fdd0692

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
# Api Versioning
22
Showcase to demonstrate the implementation of backward-compatible APIs and versioning
33

4-
## Run via Docker
54
Run
65
```
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-
```
156
cd customer-service
167
mvn package meecrowave:run
178
```
18-
19-
## Accessing the UI
9+
to run the sample.
2010
After the server is running, you can access the Swagger UI at
2111
http://localhost:8080/index.html
2212

0 commit comments

Comments
 (0)