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 ```