Spring中的一点知识

1.接收数据设置默认值 [email protected] 3.<mvc:annotation-driven/>      <context:component-scan/> <context:component-scan/>标签是告诉Spring 来扫描指定包下的类,并注册被@Component,@Controller,@Service,@Repository等注解标记的组件。 <mvc:ann
相关文章
相关标签/搜索