- 浏览: 3968 次
- 性别:
最新评论
-
weiqiulai:
我的环境是spring+mvc 3.0.3.RELEASE,m ...
spring mvc3.1.0 日期自动转换
文章列表
最近在学习spring mvc,版本是3.1.0,在测试类型自动转换的时候,对日期类型转换总是抛异常,通过度娘的帮助也没有解决这个问题,大多是教你怎么写自定义日期转换,并注入到controller中的,不是我想要的,后来查spring reference终于搞定.
在spring reference中第16.14节(16.14 Configuring Spring MVC)中有关于MVC的配置介绍,
其中有句话
3. Support for formatting Date, Calendar, Long, and Joda Time fields using the @DateTimeForma ...