摘要: 需要在spring配置文件中配置springContextUtil的bean <bean id="SpringContextUtil" lazy-init="false" class="com.alphajuns.ssm.util.SpringContextUtil" /> SpringContex 阅读全文
posted @ 2020-06-10 14:43 AlphaJunS 阅读(239) 评论(0) 推荐(0)
摘要: DateUtils.java package com.alphajuns.ssm.util; import org.apache.commons.lang.time.DateFormatUtils; import java.sql.Timestamp; import java.text.ParseE 阅读全文
posted @ 2020-06-10 10:21 AlphaJunS 阅读(423) 评论(0) 推荐(0)