随笔分类 -  webService

摘要:报错信息: java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDeleg 阅读全文
posted @ 2019-12-19 09:43 深秋竹韵 阅读(4227) 评论(0) 推荐(0)
摘要:1 /** 2 * 把Date转为XMLGregorianCalendar 3 * @param date 4 * @return 5 */ 6 public static XMLGregorianCalendar dateToXmlGregorianCalendar(Date date) { 7 阅读全文
posted @ 2019-11-19 11:18 深秋竹韵 阅读(446) 评论(0) 推荐(0)