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
   
   @vongosling 
   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:
[email protected]


With regards,
Apache Git Services

Reply via email to