java對象初始化值的三種方式

第一種:使用xml     <bean class="person">             <property name="personName" value="張三"/>      </bean> 第二種:使用@Value(spring的原始註解)       在實體類中,用@Value標註字段         例如:         第三種:結合springBoot註解,配合yaml方式
相關文章
相關標籤/搜索