diff --git a/README.md b/README.md index fb6f7c4..4c5bb00 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # springbootswaggersample Springboot swagger2 sample + +Build: +``` +$ buildj +``` +Get build: https://github.com/jh5945/buildj + + +Run: +``` +$ java -jar build/libs/sprintbootswaggersample.jar +``` + +Access:
+http://localhost:8080/swagger-ui.html + + +