Skip to content

Commit

Permalink
Generate spring-configuration-metadata.json for easy configuration ti…
Browse files Browse the repository at this point in the history
…ps. (#61)
  • Loading branch information
ChunMengLu authored and ShannonDing committed May 8, 2019
1 parent c36554e commit 72cd513
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rocketmq-spring-boot-parent/pom.xml
Expand Up @@ -78,6 +78,12 @@
<version>${spring.boot.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>${spring.boot.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions rocketmq-spring-boot/pom.xml
Expand Up @@ -54,6 +54,11 @@
<artifactId>spring-boot-autoconfigure-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down

0 comments on commit 72cd513

Please sign in to comment.