Fix TargetSource setup for valid proxy interface specification

See gh-31304
This commit is contained in:
Juergen Hoeller 2024-09-26 15:26:31 +02:00
parent f2b522211f
commit 26054d1ab0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
</bean>
<bean id="prototypeBenchmark" class="org.springframework.aop.framework.ProxyFactoryBean">
<property name="target"><ref bean="prototypeTargetSource"/></property>
<property name="targetSource"><ref bean="prototypeTargetSource"/></property>
<property name="proxyInterfaces"><value>org.springframework.beans.factory.xml.DummyBo</value></property>
</bean>