Skip to content

Commit 23d2229

Browse files
committed
springboot示例
1 parent 2127f56 commit 23d2229

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target/

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.xwj</groupId>
5-
<artifactId>springboot-jsp</artifactId>
5+
<artifactId>springboot</artifactId>
66
<version>0.0.1-SNAPSHOT</version>
77
<packaging>war</packaging>
88

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Manifest-Version: 1.0
2-
Implementation-Title: springboot-jsp
2+
Implementation-Title: springboot
33
Implementation-Version: 0.0.1-SNAPSHOT
44
Built-By: xwj
55
Implementation-Vendor-Id: com.xwj
66
Build-Jdk: 1.8.0_172
77
Implementation-URL: https://projects.spring.io/spring-boot/#/spring-bo
8-
ot-starter-parent/springboot-jsp
8+
ot-starter-parent/springboot
99
Created-By: Maven Integration for Eclipse
1010

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Generated by Maven Integration for Eclipse
2-
#Mon Jul 23 12:41:28 CST 2018
2+
#Mon Jul 23 13:47:32 CST 2018
33
version=0.0.1-SNAPSHOT
44
groupId=com.xwj
5-
m2e.projectName=springboot-jsp
6-
m2e.projectLocation=D\:\\xwj_github\\springboot-jsp
5+
m2e.projectName=springboot
6+
m2e.projectLocation=D\:\\workspace_xwj\\springboot
77
artifactId=springboot-jsp

0 commit comments

Comments
 (0)