Spring
XW>DDD
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UnrecognizedPropertyException: Unrecognized field
http://stackoverflow.com/questions/4486787/jackson-with-json-unrecognized-field-not-marked-as-ignorable@JsonIgnoreProperties It will ignore every property you haven’t defined in your POJO. Very useful转载 2016-05-10 16:56:06 · 2678 阅读 · 0 评论 -
Ehcache
配置spring配置<cache:annotation-driven cache-manager="cacheManager"/> <bean id="cacheManagerFactory" class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean"> <property name="configLocation"原创 2016-05-20 10:50:42 · 312 阅读 · 0 评论 -
Json返回递归异常
org.springframework.http.converter.HttpMessageNotWritableException: Could not write content: Infinite recursion (StackOverflowError) (through reference chain: java.util.ArrayList[0]->com.ihefe.nurses.e原创 2016-05-10 10:38:32 · 991 阅读 · 0 评论
分享