mirror of
https://gitee.com/freshday/radar.git
synced 2026-03-22 12:47:16 +08:00
Merge pull request #48 from neters/develop
在.gitignore加上对.classpath等编译文件的过滤; 修改kafka-demo中pom的parent version
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -18,3 +18,6 @@
|
||||
/radar-service-impl/radar-service-impl.iml
|
||||
webapp/node_modules/
|
||||
.project
|
||||
.settings
|
||||
.classpath
|
||||
.factorypath
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user