pom优化

yun-zuoyi
alwaysfrin 7 years ago
parent 834d40d55e
commit 2bf646f086

@ -29,6 +29,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<exclusions>
<exclusion>
<artifactId>spring-boot-starter-logging</artifactId>
<groupId>org.springframework.boot</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- swagger -->

Loading…
Cancel
Save