Browse Source

初始化

lichen 7 months ago
parent
commit
b9ee17fd0f
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      pom.xml

+ 1 - 0
.gitignore

@@ -1,5 +1,6 @@
 # ---> Java
 *.class
+*.iml
 
 # Mobile Tools for Java (J2ME)
 .mtj.tmp/

+ 1 - 1
pom.xml

@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.example</groupId>
-    <artifactId>lc</artifactId>
+    <artifactId>springboot-demo</artifactId>
     <packaging>pom</packaging>
     <version>1.0-SNAPSHOT</version>
     <modules>