完善log4j2 pom

This commit is contained in:
zxm 2018-05-02 20:55:05 +08:00
parent afdc27bb9b
commit 47683c0cff
1 changed files with 8 additions and 0 deletions

View File

@ -61,6 +61,14 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-freemarker</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
</dependency>