
框架
xibarbie
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring mvc 使用jackson暴露http+json服务时,如何设置jackson
1.自定义ObjectMapper [code="java"] public class CustomObjectMapper extends ObjectMapper { public CustomObjectMapper() { super(); configure(SerializationFeature.FAIL_ON_EMPT...原创 2016-01-14 11:12:52 · 184 阅读 · 0 评论 -
spring集成aspectj
[code="xml"] [/code] [code="java"] @Aspect @Component public class TickLogInterceptorWithAspectJ { public void pointCut() { } @Around("execution(* xx...原创 2016-01-30 17:32:41 · 175 阅读 · 0 评论