springboot日期转换器
Posted 鼓捣猫腻
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot日期转换器相关的知识,希望对你有一定的参考价值。
注:该功能并非springboot特有的功能,springmvc同样具有
一、使用方法
创建一个DateConverter类实现Converter接口
注:importorg.springframework.core.convert.converter.Converter;
Converter<S,T>
@param<S>the source type
@param<T>the target type
顾名思义,S代表是数据源类型,T是要转换的类型
所以这个功能并非只限于转换日期
二、效果图
以上是关于springboot日期转换器的主要内容,如果未能解决你的问题,请参考以下文章