109110111112113114115116117
config = Config.readFrom(new URL(getConfigUrl())); } catch (Exception e) { throw new RuntimeException(e); } dialect = new UniversalDialect(config); return dialect; }