|
|
@@ -47,8 +47,15 @@ jboot.tracing.url=http://127.0.0.1:9411/api/v2/spans
|
|
|
jboot.rpc.type = motan
|
|
|
jboot.rpc.requestTimeOut=5000
|
|
|
jboot.rpc.callMode=registry
|
|
|
+
|
|
|
+#use consul
|
|
|
jboot.rpc.registryType = consul
|
|
|
jboot.rpc.registryAddress = 127.0.0.1:8500
|
|
|
+
|
|
|
+#use zookeeper
|
|
|
+#jboot.rpc.registryType = zookeeper
|
|
|
+#jboot.rpc.registryAddress = 127.0.0.1:2181
|
|
|
+
|
|
|
jboot.rpc.registryName=register
|
|
|
jboot.rpc.registryUserName
|
|
|
jboot.rpc.registryPassword
|