Spring is an amazing framework with a lot of amazing features. One of these is the way you can access to the content of your properties files. You remember? You put an annotation in a Spring managed bean, the name of the property and that’s it, you have the value of your property: @Value(“${net.classnotfound.spring.user}”) private… Continue reading It’s not because you can that you should…