From fba471a491c9b0132ec5adffa7dfd42f5e6ec403 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Sat, 27 Jan 2024 20:49:09 +0800 Subject: [PATCH] Create README.md --- spring-6/api-gateway/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 spring-6/api-gateway/README.md diff --git a/spring-6/api-gateway/README.md b/spring-6/api-gateway/README.md new file mode 100644 index 0000000000..d0d8cbb8a2 --- /dev/null +++ b/spring-6/api-gateway/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Global Exception Handling with Spring Cloud Gateway](https://www.baeldung.com/spring-cloud-global-exception-handling)