您可以使用@Autowired注解放在setter方法来摆脱在XML配置文件中的<property>元素。当Spring发现setter方法使用@ Autowired注解,它会尝试对方法进行byType的自动装配 ...
確定! 回上一頁