Browse Source

1.增加日志文件gitignore
2.调整pom文件格式

verguenza 3 years ago
parent
commit
a307662e23
2 changed files with 4 additions and 5 deletions
  1. 3 0
      .gitignore
  2. 1 5
      pom.xml

+ 3 - 0
.gitignore

@@ -29,3 +29,6 @@ build/
 
 ### VS Code ###
 .vscode/
+
+### log info ###
+log/**

+ 1 - 5
pom.xml

@@ -20,11 +20,6 @@
     </properties>
 
     <dependencies>
-
-<!--        <dependency>-->
-<!--            <groupId>org.springframework.cloud</groupId>-->
-<!--            <artifactId>spring-cloud-starter-config</artifactId>-->
-<!--        </dependency>-->
         <dependency>
             <groupId>org.springframework.cloud</groupId>
             <artifactId>spring-cloud-starter-openfeign</artifactId>
@@ -44,6 +39,7 @@
             <artifactId>poi</artifactId>
             <version>3.13</version>
         </dependency>
+
         <dependency>
             <groupId>org.apache.poi</groupId>
             <artifactId>poi-ooxml</artifactId>