Bläddra i källkod

fix dubbo rpc bug

Mr.qian 2 dagar sedan
förälder
incheckning
14e896a55e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      cif-service/src/main/resources/bootstrap.properties

+ 1 - 1
cif-service/src/main/resources/bootstrap.properties

@@ -56,7 +56,7 @@ dubbo.reference.check=false
 dubbo.consumer.check=false
 dubbo.registry.check=false
 dubbo.registry.register=true
-dubbo.application.name=${spring.application.name}
+dubbo.application.name=${spring.application.name}-dubbo
 
 dubbo.service.min.thread.pool.size=200
 dubbo.service.max.thread.pool.size=200