@Value: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
* https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/annotation/Value.html | * https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/annotation/Value.html | ||
* https://www.baeldung.com/spring-value-annotation | |||
=Internal= | =Internal= |
Latest revision as of 22:30, 8 November 2018
External
- https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/annotation/Value.html
- https://www.baeldung.com/spring-value-annotation
Internal
Overview
@Value("${accountServiceURL ?:http://example.com/account/}")
private String accountServiceURL;