my Properties file is like this
customer1.username = "";
customer1.passwword ="";
customer1.integratorkey=""
customer2.username = "";
customer2.passwword ="";
customer2.integratorkey=""
Is there a way I can use @Value annotation and load the value in a data structure with all the six values in it