From eeeca4464bfe344d2bf548eb71af10194b5a6467 Mon Sep 17 00:00:00 2001 From: zhouwei <zhouweiwansui@gmail.com> Date: 星期一, 25 十一月 2019 16:33:16 +0800 Subject: [PATCH] 11 --- boot-parent/pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/boot-parent/pom.xml b/boot-parent/pom.xml index 54cb237..dba7001 100644 --- a/boot-parent/pom.xml +++ b/boot-parent/pom.xml @@ -38,7 +38,18 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> + <!--<exclusions>--> + <!--<exclusion>--> + <!--<groupId>org.springframework.boot</groupId>--> + <!--<artifactId>spring-boot-starter-logging</artifactId>--> + <!--</exclusion>--> + <!--</exclusions>--> </dependency> + <!--<dependency>--> + <!--<groupId>org.springframework.boot</groupId>--> + <!--<artifactId>spring-boot-starter-log4j</artifactId>--> + <!--<version>1.3.8.RELEASE</version>--> + <!--</dependency>--> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-kotlin</artifactId> @@ -184,6 +195,7 @@ <artifactId>javax.persistence-api</artifactId> <version>2.2</version> </dependency> + </dependencies> <repositories> <repository> -- Gitblit v1.8.0