在xml里如果这样写
<bean id="xxx" class="com.test.Test"> <property name="pro" value ="123" /></bean>
那么如果换成配置文件,用@Component的话,那么property的默认值怎么配置