summaryrefslogtreecommitdiffstats
path: root/datafile-app-server/pom.xml
diff options
context:
space:
mode:
authorYongchaoWu <yongchao.wu@est.tech>2019-02-19 08:17:24 +0000
committerYongchaoWu <yongchao.wu@est.tech>2019-02-19 08:17:24 +0000
commit5997aece3946fff914c66d8c18b515cd25787e43 (patch)
tree103370bc6871ec7bfe80a9e6109f163502317d72 /datafile-app-server/pom.xml
parentb3810c2726b550e1cc799144297dfb56d8f7983a (diff)
Refactor: fix over engineering in Configuration
Remove the duplicated function, move the over engineering code. Make the code simple and understandable. Issue-ID: DCAEGEN2-1222 Change-Id: Iab1737c084421d038b724d2fb41c9d17ebe4dbeb Signed-off-by: YongchaoWu <yongchao.wu@est.tech>
Diffstat (limited to 'datafile-app-server/pom.xml')
-rw-r--r--datafile-app-server/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/datafile-app-server/pom.xml b/datafile-app-server/pom.xml
index 4e8f5c58..90b6fea6 100644
--- a/datafile-app-server/pom.xml
+++ b/datafile-app-server/pom.xml
@@ -215,5 +215,10 @@
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-configuration-processor</artifactId>
+ <optional>true</optional>
+ </dependency>
</dependencies>
</project>