
spring
龙城夜未眠
这个作者很懒,什么都没留下…
展开
-
Eclipse中安装Spring插件
Eclipse中安装Spring插件转载 2017-09-09 11:27:18 · 619 阅读 · 0 评论 -
Spring注解@Resource和@Autowired区别对比
Spring注解@Resource和@Autowired区别对比转载 2017-09-10 10:14:26 · 240 阅读 · 0 评论 -
Error:Pointcut is malformed: Pointcut is not well-formed: expecting '(' at character position 0
报错:Pointcut is malformed: Pointcut is not well-formed: expecting '(' at character position 0源码:package me.zxw135136.novelWeb.log;import org.aspectj.lang.ProceedingJoinPoint;import org.a...原创 2018-03-15 17:15:53 · 3054 阅读 · 0 评论 -
spring aop拦截controller和service
spring配置:<context:component-scan base-package="me.zxw135136" > <context:exclude-filter type="annotation" expression="org.springframework.stereotype.Controller"/></context:compone...原创 2018-03-15 20:40:22 · 1999 阅读 · 0 评论 -
but was actually of type 'com.sun.proxy.$Proxy**'的两种解决方法
错误描述:Caused by: org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named '****' is expected to be of type '****' but was actually of type 'com.sun.proxy.$Proxy**'的两种解决方法这是我再做一个教务...转载 2018-04-03 13:49:17 · 19351 阅读 · 4 评论