文章分类 -  spring

摘要:junit单元测试的注解 方法1 1. @RunWith(SpringJUnit4ClassRunner.class) (必选) 用于配置spring中测试的环境 2. @ContextConfiguration(locations = {"classpath*:config/spring/appl 阅读全文
posted @ 2016-08-08 17:33 探讨 阅读(120) 评论(0) 推荐(0)
摘要:坑一:官方网站下载地址不明朗,最后找了几个下载地址:http://wiki.fasterxml.com/JacksonDownload Jackson2.5下载地址:jackson2.5.0.jar 坑二:配置文件的配置信息跟jackson的版本有关。 版本一: org.springframewor 阅读全文
posted @ 2016-07-15 15:32 探讨 阅读(426) 评论(0) 推荐(0)