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 2022/11/21 04:18:55 UTC

[GitHub] [dubbo] yuanxuzhang opened a new issue, #10969: How to set map values to parameters of ApplicationConfig by spring boot yaml

yuanxuzhang opened a new issue, #10969:
URL: https://github.com/apache/dubbo/issues/10969

   How to set map values to parameters of ApplicationConfig by spring boot yaml ?
   It seems only support primitive value converted by ClassUtils.convertPrimitive。is there anyway can resolve this?
   


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


[GitHub] [dubbo] yuanxuzhang closed issue #10969: How to set map values to parameters of ApplicationConfig by spring boot yaml

Posted by GitBox <gi...@apache.org>.
yuanxuzhang closed issue #10969: How to set map values to parameters of ApplicationConfig by spring boot yaml 
URL: https://github.com/apache/dubbo/issues/10969


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


[GitHub] [dubbo] yuanxuzhang commented on issue #10969: How to set map values to parameters of ApplicationConfig by spring boot yaml

Posted by GitBox <gi...@apache.org>.
yuanxuzhang commented on issue #10969:
URL: https://github.com/apache/dubbo/issues/10969#issuecomment-1327990060

   ![1669443518133](https://user-images.githubusercontent.com/20080272/204075202-cfbcf602-780e-4085-b043-08ec08d87853.png)
   


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


[GitHub] [dubbo] AlbumenJ commented on issue #10969: How to set map values to parameters of ApplicationConfig by spring boot yaml

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #10969:
URL: https://github.com/apache/dubbo/issues/10969#issuecomment-1321516666

   Try use
   ```yaml
   dubbo:
     application:
       parameter[key]: val
   ```


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


[GitHub] [dubbo] yuanxuzhang commented on issue #10969: How to set map values to parameters of ApplicationConfig by spring boot yaml

Posted by GitBox <gi...@apache.org>.
yuanxuzhang commented on issue #10969:
URL: https://github.com/apache/dubbo/issues/10969#issuecomment-1321709535

   > 
   
   Thanks a lot. But it do not work. dubbo version is 3.0.7.
   ![image](https://user-images.githubusercontent.com/20080272/203006205-5f8a38f0-e435-4e98-9ecb-37cce5ea719a.png)
   


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