From 352245c38be006050d5c55ba33e10ece223580af Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 17 Mar 2021 23:10:53 +0800 Subject: [PATCH] Create README.md --- spring-boot-rest-2/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spring-boot-rest-2/README.md diff --git a/spring-boot-rest-2/README.md b/spring-boot-rest-2/README.md new file mode 100644 index 0000000000..f09159198c --- /dev/null +++ b/spring-boot-rest-2/README.md @@ -0,0 +1,3 @@ +### Relevant Article: + +- [Get All Endpoints in Spring Boot](https://www.baeldung.com/spring-boot-get-all-endpoints)