3839404142434445
private JdbcConfig config; public ConnectionFactory(String name) { config = DI.configure(XML).getBean(name, JdbcConfig.class); if (config == null) { throw new ResourceNotFoundException(XML + " of key [" + name + "] is not found."); } }