26272829303132
@Configuration public class TestConfiguration { @Bean public HostDao hostDao() { return new HostDaoImpl(); }