URL providerURL = URL.valueOf("dubbo://localhost:55555");
providerURL = providerURL.setPath("path")
.setUsername("username")
.setPassword("password");
providerURL = providerURL.addParameter(Constants.GROUP_KEY, "dubbo")
.addParameter(Constants.VERSION_KEY, "1.2.3")
.addParameter(Constants.DUBBO_VERSION_KEY, "2.3.7")
.addParameter(Constants.THREADPOOL_KEY, "fixed")
.addParameter(Constants.THREADS_KEY, Integer.MAX_VALUE)
.addParameter(Constants.THREAD_NAME_KEY, "test")