填空题
RESTful风格在HTTP请求中,使用()、deletespost和get方式分别对应添加、删除、修改和查询的操作。
put
问答题 为什么需要自定义数据绑定?
判断题 Formatter与Converter的作用相同,只是Formatter的源类型可以是任意类型,而Converter必须是一个String类型。()
判断题 注册自定义的Formatter转换器类时,Bean的类名必须是org.springframework.format.support.FormattingConversionServiceFactoryBean,并且其属性为formatters。()