
注解
南桥追光
这个作者很懒,什么都没留下…
展开
-
<mvc:annotation-driven />注解意义
是一种简写形式,完全可以手动配置替代这种简写形式,简写形式可以让初学都快速应用默认配置方案。 会自动注册DefaultAnnotationHandlerMapping与AnnotationMethodHandlerAdapter 两个bean,是springMVC为@Controllers分发请求所必须的。 并提供了:数据绑定支持,@NumberFormatannotation支持,@DateT转载 2017-08-22 16:28:23 · 266 阅读 · 0 评论 -
<context:annotation-config />注解
<context:annotation-config />注解转载 2017-08-21 08:57:32 · 359 阅读 · 0 评论 -
@ModelAttribute 注解
@ModelAttribute 注解转载 2017-07-23 10:36:20 · 209 阅读 · 0 评论 -
dubbo开发注入失败
dubbo开发时注入报错,以下是错误信息 Description: A component required a bean of type 'com.sangular.dolphin.api.item.AttributeServiceRemote' that could not be found. Action: Consider defining a bean of type 'co...原创 2018-08-20 14:44:01 · 2080 阅读 · 0 评论