From 5ab8036f7702e71837f72d15e5e7a8d0dac61d79 Mon Sep 17 00:00:00 2001 From: KevinGilmore Date: Sun, 10 Nov 2019 21:22:45 -0600 Subject: [PATCH] BAEL-3319: update README (#8173) * BAEL-3336 BAEL-3058 add links * BAEL-3319: add link --- spring-boot-springdoc/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spring-boot-springdoc/README.md diff --git a/spring-boot-springdoc/README.md b/spring-boot-springdoc/README.md new file mode 100644 index 0000000000..e54f4e926f --- /dev/null +++ b/spring-boot-springdoc/README.md @@ -0,0 +1,3 @@ +### Relevant Articles: +- [Documenting a Spring REST API Using OpenAPI 3.0](https://www.baeldung.com/spring-rest-openapi-documentation) +