0

私はxmlベースの春の設定を使用しています。Spring Doc で、特定の Bean がデフォルトで有効になっていることがわかりました。どういう意味ですか?そして、そのBeanに対処して、そのプロパティの1つを変更するにはどうすればよいですか。Bean を定義すると、その定義で構成できることを理解しています。しかし、既存の「デフォルトで有効」な Bean はどうでしょうか?

編集: org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver javadoc から:

@Deprecated public class AnnotationMethodHandlerExceptionResolver
extends AbstractHandlerExceptionResolver Implementation of the
org.springframework.web.servlet.HandlerExceptionResolver interface
that handles exceptions through the ExceptionHandler annotation. This
exception resolver is enabled by default in the
org.springframework.web.servlet.DispatcherServlet.
4

1 に答える 1