0 votes
in Spring Framework Database Integration by
Which annotation is used to bind application properties to the class fields?

a) @AppProperties

b) @ApplicationProperties

c) None of the options

d) @ConfigurationProperties

1 Answer

0 votes
by
d)@ConfigurationProperties annotation is used to bind application properties to the class fields
...