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/22 05:02:46 UTC

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

techzealot edited a comment on issue #32: please add spring-boot-configuration-processor dependcy to generate spring-configuration-metadata.json
URL: https://github.com/apache/rocketmq-spring/issues/32#issuecomment-456271924
 
 
   > @techzealot please see https://github.com/apache/rocketmq-spring/blob/master/rocketmq-spring-boot-parent/pom.xml
   this is
   ```xml
   <dependency>
                   <groupId>org.springframework.boot</groupId>
                   <artifactId>spring-boot-autoconfigure-processor</artifactId>
                   <version>${spring.boot.version}</version>
   </dependency>
   ```
   not 
   ```xml
   <dependency>
               <groupId>org.springframework.boot</groupId>
               <artifactId>spring-boot-configuration-processor</artifactId>
               <version>${spring.boot.version}</version>
               <optional>true</optional>
    </dependency>
   ```
   they have different effect on the project.The first one is order control metadata about autoconfig beans,the other is configuration properties metadata.

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