I have data class model where I have a map<String,String> and a properties file for which when the field was a String value I was mapping
xyz.key = value
where it would fetch and return the key and value now i have to implement this map I tried xyz.map = key , value
but it is throwing error
Can someone help me how to inject a map in properties file and then how to return output from that map