Skip to content
Snippets Groups Projects

Feature/zhouquan/budget

Merged 周全 requested to merge feature/zhouquan/budget into develop
Viewing commit b6682eea
Show latest version
2 files
+ 37
17
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 10
0
@@ -50,6 +50,16 @@
<groupId>com.seasky</groupId>
<artifactId>base-data-micro-api</artifactId>
<version>1.1.0</version>
<exclusions>
<exclusion>
<artifactId>log4j-api</artifactId>
<groupId>org.apache.logging.log4j</groupId>
</exclusion>
<exclusion>
<artifactId>log4j-to-slf4j</artifactId>
<groupId>org.apache.logging.log4j</groupId>
</exclusion>
</exclusions>
</dependency>
<!--feign-->
<dependency>