Is there a way to enable yaml configuration (instead of properties file) in normal spring web mvc application without using spring boot and have the @Value annotation supported.
I searched a lot, everywhere it uses spring boot. I am not intrested to use spring boot, as its very heavy and have many dependancies configured for auto setup.
Any help would be appreciated......