From f15d8514a0bab09e43095e5139cff7b7607db424 Mon Sep 17 00:00:00 2001 From: zinzoddari Date: Mon, 25 Dec 2023 03:06:37 +0900 Subject: [PATCH] Modification of the .yml settings as documented --- problem-spring-web/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/problem-spring-web/README.md b/problem-spring-web/README.md index 6af46915..f2141f24 100644 --- a/problem-spring-web/README.md +++ b/problem-spring-web/README.md @@ -93,8 +93,9 @@ in addition also requires the following configuration: ```yaml spring: - resources: - add-mappings: false + web: + resources: + add-mappings: false mvc: throw-exception-if-no-handler-found: true ```