[GitHub] blinkingso commented on issue #136: how to config provider ?

2018-05-14 Thread GitBox
blinkingso commented on issue #136: how to config provider ?
URL: 
https://github.com/apache/incubator-dubbo-spring-boot-project/issues/136#issuecomment-388757758
 
 
   `  dubbo:
   application:
 name: ms-member-web
   registry:
 address: redis://${spring.redis.host}:${spring.redis.port}
 username: root
 password: ${spring.redis.password}
 check: true
 dynamic: true
   server: true
   protocol:
 name: dubbo
 port: 20880
   consumer:
 check: false
   provider:
 dynamic: true`


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] blinkingso commented on issue #136: how to config provider ?

2018-05-14 Thread GitBox
blinkingso commented on issue #136: how to config provider ?
URL: 
https://github.com/apache/incubator-dubbo-spring-boot-project/issues/136#issuecomment-388757758
 
 
 dubbo:
   application:
 name: ms-member-web
   registry:
 address: redis://${spring.redis.host}:${spring.redis.port}
 username: root
 password: ${spring.redis.password}
 check: true
 dynamic: true
   server: true
   protocol:
 name: dubbo
 port: 20880
   consumer:
 check: false
   provider:
 dynamic: true


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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