Add configuration-processor pom.

pull/70/head
chenzhu.zxl 6 years ago
parent 6503f8d2cf
commit 76cb758ca0

@ -61,6 +61,13 @@
<artifactId>spring-cloud-commons</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>

Loading…
Cancel
Save