在写spring配置文件时,在哪里查看一个bean有哪些property可以配置,例如
<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<value>classpath:dbconfig.properties</value>
</property>
</bean>