AOP注解式拦截
摘要:1. 自己定义的拦截注解package com.spring.aop; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolic...
阅读全文
posted @
2017-01-19 20:41
wzyy
阅读(1024)
推荐(0) 编辑
HttpClient与Spring RestTemplate
摘要:二、客户端代码: 1. HttpClient风格的 2.RestTemplate 风格的 import org.springframework.web.client.RestTemplate;
阅读全文
posted @
2017-01-07 19:32
wzyy
阅读(604)
推荐(0) 编辑