Question from the Spring - Archive test
Spring configuration with @Value and property tag
Hard
How to inject the value of the account.max.balance property from a properties file?
Author: Thomas De verdièreStatus: PublishedQuestion passed 8 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
0
What is the default class for loading a Spring configuration file?0
Spring bean scope types0
Is the following code valid?
@Configuration
public class MyConfiguration {
@Bean
public MyBean myBean() {
return new MyBean();
}
}0
How to inject a dependency in Spring ? With the <property> tag,With the @Autowired annotation,With the <constructor> tag0
What is the purpose of the Spring PropertyPlaceholderConfigurer class?0
Spring IoC and Dependency Injection0
How to create a bean in Spring