5354555657585960
//then in impala properties file propertySources.add(new StaticPropertiesPropertySource(properties)); //then as servlet context init param propertySources.add(new ServletContextPropertySource(servletContext)); return propertySources; }
5051525354555657