私はプロジェクトに取り組んでおり、次の Bean とプロパティを設定する必要がありますが、XML では実行したくありません。JavaCofig スタイルで実行したいのですが、javaconfig stlye でこれを行う方法を教えてください。
<!-- Spring Configuration needed to avoid URI using dots to be truncated -->
<bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping">
<property name="useDefaultSuffixPattern" value="false" />
</bean>