Skip to content

Commit fdce45a

Browse files
committed
更改IDEA中显示名称
1 parent 392d7ef commit fdce45a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

JPA-Demo/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>cn.mrdear.testjpa</groupId>
5-
<artifactId>testjpa</artifactId>
4+
<groupId>cn.mrdear</groupId>
5+
<artifactId>jpa-demo</artifactId>
66
<packaging>war</packaging>
77
<version>1.0-SNAPSHOT</version>
8-
<name>testjpa Maven Webapp</name>
8+
<name>JPA-Demo</name>
99
<url>http://maven.apache.org</url>
1010

1111
<!--配置版本号-->

0 commit comments

Comments
 (0)