//package com.mobius.config; // //import cn.hutool.core.convert.Convert; //import cn.hutool.core.convert.Converter; //import org.springframework.context.annotation.Bean; //import org.springframework.context.annotation.Configuration; // //import java.time.format.DateTimeFormatter; //import java.util.Date; // ///** // * @Author: hocztms // * @Description: // * @Date Created in 2022-06-16-12:07 // * @Modified By: // */ //@Configuration //public class DateConverter implements Converter{ // // // @Override // public String convert(Object o, String s) throws IllegalArgumentException { // return null; // } //}