dispatcherportlet.properties

来自「struts+spring 源码 希望能给大家带来帮助」· PROPERTIES 代码 · 共 10 行

PROPERTIES
10
字号
# Default implementation classes for DispatcherPortlet's strategy interfaces.
# Used as fallback when no matching beans are found in the DispatcherPortlet context.
# Not meant to be customized by application developers.

org.springframework.web.portlet.HandlerMapping=org.springframework.web.portlet.handler.PortletModeHandlerMapping

org.springframework.web.portlet.HandlerAdapter=org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter

org.springframework.web.servlet.ViewResolver=org.springframework.web.servlet.view.InternalResourceViewResolver

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?