Showing posts with label @Value. Show all posts
Showing posts with label @Value. Show all posts

Spring + @PropertySource with @Value and Environment

In Spring we can configure our application properties in property file and by @PropertySource annotation we can configure externalized configuration file. Those property values can be read by using @Value annotation or by using...