You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/01/16 07:41:24 UTC

[GitHub] techzealot opened a new issue #32: please add spring-boot-configuration-processor dependcy to generate spring-configuration-metadata.json

techzealot opened a new issue #32: please add spring-boot-configuration-processor dependcy to generate spring-configuration-metadata.json
URL: https://github.com/apache/rocketmq-spring/issues/32
 
 
   The issue tracker is **ONLY** used for bug report and feature request. 
   
   Any question or RocketMQ proposal please use our [mailing lists](http://rocketmq.apache.org/about/contact/).
   
   **FEATURE REQUEST**
   1. Please describe the feature you are requesting.
   <br>
   please add spring-boot-configuration-processor dependcy to generate spring-configuration-metadata.json so that IDE can autocomplete the properties          
   
   <br>     
   2. Provide any additional detail on your proposed use case for this feature.
   <br>
   in rocketmq-spring-boot's pom.xml ,just add    
   
   ```xml
   <dependency>
               <groupId>org.springframework.boot</groupId>
               <artifactId>spring-boot-configuration-processor</artifactId>
               <version>${spring.boot.version}</version>
               <optional>true</optional>
    </dependency>
   ```
   that's all.
   <br>
   3. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?     
   <br>
   for better user experience

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services