Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
@Value アノテーションを使用してプロパティを読み取ることができるように、コードを通じてプロパティの値を変更する方法はありますか?
@Value("#{envProps['" + Keys.Env.updatedDate + "']}") private String date;
environment.properties の値
updatedDate =2013-10-01
値を 2013-10-16 に変更したいと思います。どうやってするの?
ありがとう