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/07/29 03:13:09 UTC

[GitHub] [dubbo] kylixs commented on issue #8359: Could not resolve placeholder 'dubbo.application' in value "${dubbo.application}"(dubbo 3.0+)

kylixs commented on issue #8359:
URL: https://github.com/apache/dubbo/issues/8359#issuecomment-888767092


   @yipixiaofeiyang 这是一个bug,下个版本解决,请指定一个id或者用属性配置方法: 
   ```xml
   <dubbo:application id="application1" name="${dubbo.application}">
     <dubbo:parameter key="qos.enable" value="false" />
   </dubbo:application>
   ```
   或者改为属性配置:
   ```
   dubbo.application.name=wqh-app
   dubbo.application.qos-enable=false
   ```


-- 
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