在我使用springboot集成Ehcache时,出现java.lang.NoClassDefFoundError:Could not initialize class com.xxx.utils.EhcacheUtil错误,初步判定就是在我自己写的EhcacheUtil工具类中初始化CacheManager的static变量导致的错误。…
数据库存储时间为 String,映射的实体类为 Date,查询时会报错 Failed to convert from type [java.lang.String] to type [java.util.Date] for value ‘2022-5-10 11:20:10’; 有没有什么方法或者注解,查询出来的时候,把String类型的时间转换成Date