Good morning, guys.
I know how I can set a Map in ApplicationContext in an usual way (writing key-values pairs) but I need retrieve values of database and insert into a MAP in applicationContext. That's possible?.
I mean:
I have a Map property called provinceMap in my bean:
Map provinceMap;
I need to fill it with database values in ApplicattionContext.


Reply With Quote