
<?xml version="1.0" encoding="UTF-8"?>



















































































<property name="proxyTargetClass">


如果没有这一段,动态注入的时候就会出现conversion错误。类似如下:
org.springframework.beans.TypeMismatchException: Failed to convert property value of type [$Proxy12 to required type
[com.brilliance.struts.service.impl.InvestServiceImpl] for property 'fundService'; nested exception is
java.lang.IllegalArgumentException: Cannot convert value of type [$Proxy1] to required type
[com.brilliance.struts.service.impl.InvestServiceImpl] for property 'fundService': no matching editors or conversion strategy
found