
spring rest
文章平均质量分 65
下一杯咖啡
这个作者很懒,什么都没留下…
展开
-
spring-rest案例
web.xml配置 <!-- 配置Spring 提供的编码过滤器 --> <filter> <filter-name>EncodingFilter</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilter...原创 2018-04-13 12:41:50 · 436 阅读 · 0 评论 -
利用springAOP做方法执行时间计算
applicationContext.xml配置<!-- 开启组建扫描 --> <context:component-scan base-package="com.xdl" /> <!-- 开启标注形式的aop --> <aop:aspectj-autoproxy proxy-target-class="true" />...原创 2018-07-19 19:15:39 · 2266 阅读 · 0 评论