1. 程式人生 > >springBoot入門教程之value和configurationProperties區別

springBoot入門教程之value和configurationProperties區別

@Component將person值載入到容器中

以前

<bean class="Person">

    <property name = "name"  value = "字面量/${key} 從環境變數中獲取值"></property>

</bean>

 

 

 

 

 

@Validated  校驗 ---------------類上註釋      方法名上@Emil