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 37584c4 commit 746d5c6Copy full SHA for 746d5c6
README.md
@@ -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