添加 gitignore 文件,修改项目名称

This commit is contained in:
Zhoust
2019-04-26 16:03:25 +08:00
parent 8326bfde3f
commit 4e3b7d0be3
2 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@@ -27,10 +27,12 @@
*.tar
*.zip
*.via
*.iml
*.tmp
*.err
*.log
# OS generated files #
/.idea
.DS_Store
.DS_Store?
._*

View File

@@ -4,11 +4,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>1.0.0</groupId>
<artifactId>java_study</artifactId>
<artifactId>java-study</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>java_study</name>
<name>java-study</name>
<url>http://maven.apache.org</url>
<properties>