博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
springmvc 自定义全局日期转换及遇到的坑
阅读量:5787 次
发布时间:2019-06-18

本文共 4065 字,大约阅读时间需要 13 分钟。

hot3.png

在搞 日期转换的时候, 希望 可以 全局的,灵活的转换日期。 可是 不是出错, 就是 不方便,麻烦。

1, 第一种方式, 参考地址: 这种方式是 spring3 的,不够灵活,而且性能不嘉,有缺点 2, 第二种方式: 参考地址: 即在 对应的 参数 bean 的 属性上面, 加上 注解, 想要 什么格式都可以 。 可是感觉 改动 也 挺麻烦的 输入图片说明

3, 第三种就是 spirng4 的 mvc 出来的, 全局的,而且 可以 随便使用的, 很灵活,可以自定义很多 转格式的, 调用也 很方便 参考地址: 以及参考地址:

可是 我在 使用 第三种方式的时候,老是出来问题。。。、

org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 4 errorsField error in object 'hrEffPplanCyclePo' on field 'objReportEtime': rejected value [2017-01-23]; codes [typeMismatch.hrEffPplanCyclePo.objReportEtime,typeMismatch.objReportEtime,typeMismatch.java.util.Date,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [hrEffPplanCyclePo.objReportEtime,objReportEtime]; arguments []; default message [objReportEtime]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.util.Date' for property 'objReportEtime'; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type java.lang.String to type @com.skg.base.db.annotion.IField java.util.Date for value '2017-01-23'; nested exception is java.lang.IllegalArgumentException]Field error in object 'hrEffPplanCyclePo' on field 'objReportStime': rejected value [2017-01-05]; codes [typeMismatch.hrEffPplanCyclePo.objReportStime,typeMismatch.objReportStime,typeMismatch.java.util.Date,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [hrEffPplanCyclePo.objReportStime,objReportStime]; arguments []; default message [objReportStime]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.util.Date' for property 'objReportStime'; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type java.lang.String to type @com.skg.base.db.annotion.IField java.util.Date for value '2017-01-05'; nested exception is java.lang.IllegalArgumentException]Field error in object 'hrEffPplanCyclePo' on field 'paEtime': rejected value [2017-01-31]; codes [typeMismatch.hrEffPplanCyclePo.paEtime,typeMismatch.paEtime,typeMismatch.java.util.Date,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [hrEffPplanCyclePo.paEtime,paEtime]; arguments []; default message [paEtime]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.util.Date' for property 'paEtime'; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type java.lang.String to type @com.skg.base.db.annotion.IField java.util.Date for value '2017-01-31'; nested exception is java.lang.IllegalArgumentException]Field error in object 'hrEffPplanCyclePo' on field 'paStime': rejected value [2017-01-23]; codes [typeMismatch.hrEffPplanCyclePo.paStime,typeMismatch.paStime,typeMismatch.java.util.Date,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [hrEffPplanCyclePo.paStime,paStime]; arguments []; default message [paStime]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.util.Date' for property 'paStime'; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type java.lang.String to type @com.skg.base.db.annotion.IField java.util.Date for value '2017-01-23'; nested exception is java.lang.IllegalArgumentException]	at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:112)

出现转型 异常, 搞得我还以为是 方法搞错了,因为 自定义的 转型方法并没有调用的。。。 这就郁闷了, 可是我并没有放弃 继续 百度 看别人的资料, 看了很多, 比较菜鸟就是这样了。 后来我发现 是 因为 注入的时候 ,位置的问题 :

之前我使用 将 <mvc:annotation-driven conversion-service="conversionService" /> 放在了 <mvc:annotation-driven /> 后面的 , 我把它放在了 前面之后就 起效果了,就是这坑, 至于原因,需要看看spring 源码。。。因此有时候 这样的 引用 先后位置 特别重要, 能够坑死人。。。

转载于:https://my.oschina.net/u/2419285/blog/871721

你可能感兴趣的文章
mysql-error 1236
查看>>
sshd_config设置参数笔记
查看>>
循序渐进Docker(一)docker简介、安装及docker image管理
查看>>
jsp页面修改后浏览器中不生效
查看>>
大恶人吉日嘎拉之走火入魔闭门造车之.NET疯狂架构经验分享系列之(四)高效的后台权限判断处理...
查看>>
信号量实现进程同步
查看>>
Spring4-自动装配Beans-通过构造函数参数的数据类型按属性自动装配Bean
查看>>
win10.64位wnmp-nginx1.14.0 + PHP 5. 6.36 + MySQL 5.5.59 环境配置搭建 结合Thinkphp3.2.3
查看>>
如何查看python selenium的api
查看>>
Python_Mix*random模块,time模块,sys模块,os模块
查看>>
iframe刷新问题
查看>>
数据解码互联网行业职位
查看>>
我所见的讲的最容易理解,逻辑最强的五层网络模型,来自大神阮一峰
查看>>
vue-cli项目打包需要修改的路径问题
查看>>
js实现复选框的操作-------Day41
查看>>
数据结构化与保存
查看>>
[SpringBoot] - 配置文件的多种形式及优先级
查看>>
chrome浏览器开发者工具之同步修改至本地
查看>>
debian7 + wheezy + chromium + flashplayer
查看>>
AOP
查看>>