You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/06/26 06:44:15 UTC

[GitHub] [dubbo] gang0713 commented on issue #8145: 2.7.7升级到3.0.0,启动报下面的错误

gang0713 commented on issue #8145:
URL: https://github.com/apache/dubbo/issues/8145#issuecomment-868957663


   dubbo:
     application:
       id: ${spring.application.name}
       name: ${spring.application.name}
       service-discovery:
         migration: FORCE_APPLICATION
       qos-enable: false
       qos-accept-foreign-ip: false
     scan:
       base-packages: com.xykq.modules,com.xykq.framework
     registry:
       #    file: ${user.home}/dubbo-cache/${spring.application.name}/dubbo.cache
       address: nacos://${nacos.host}:${nacos.port}/?registry-type=service
     monitor:
       protocol: registry
     protocol:
       name: dubbo
       port: 12306
       server: netty4
   
     provider:
       retries: 0
       delay: -1
       timeout: 12000


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org