How to read values from application.properties in Spring boot?
When we start working on a spring boot project we may encounter a situation where we have to read values from application.properties in order to perform our business operation.
Different ways
Using @Value annotation
Using @PropertySource and Envir...
shivaprasadgurram.hashnode.dev2 min read