From b6ef18c4419f4363b81ea20b5fac58ba39a88675 Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Thu, 13 Jul 2023 21:34:04 +0800 Subject: [PATCH] Create README.md [skip ci] --- spring-cloud-modules/spring-cloud-openfeign-2/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 spring-cloud-modules/spring-cloud-openfeign-2/README.md diff --git a/spring-cloud-modules/spring-cloud-openfeign-2/README.md b/spring-cloud-modules/spring-cloud-openfeign-2/README.md new file mode 100644 index 0000000000..d537907403 --- /dev/null +++ b/spring-cloud-modules/spring-cloud-openfeign-2/README.md @@ -0,0 +1,2 @@ +## Relevant Articles +- [Setup Http Patch Request With OpenFeign](https://www.baeldung.com/openfeign-http-patch-request)