Skip to content

Commit 746d5c6

Browse files
authored
Create Readme.md
1 parent 37584c4 commit 746d5c6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Api Versioning
2+
Showcase to demonstrate the implementation of backward-compatible APIs and versioning
3+
4+
Run
5+
```
6+
cd customer-service
7+
mvn package meecrowave:run
8+
```
9+
to run the sample.
10+
After the server is running, you can access the Swagger UI at
11+
http://localhost:8080/index.html
12+
13+
The sample was used during a webinar of open knowledge GmbH.
14+
The recording (in german) can be found here: https://youtu.be/4y6VJOq9jSY

0 commit comments

Comments
 (0)