Merge pull request #48 from neters/develop

在.gitignore加上对.classpath等编译文件的过滤; 修改kafka-demo中pom的parent version
This commit is contained in:
feihu.wang
2020-06-21 09:16:58 +08:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -18,3 +18,6 @@
/radar-service-impl/radar-service-impl.iml
webapp/node_modules/
.project
.settings
.classpath
.factorypath

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>radar</artifactId>
<groupId>com.pgmmers</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>