We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392d7ef commit fdce45aCopy full SHA for fdce45a
JPA-Demo/pom.xml
@@ -1,11 +1,11 @@
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
<modelVersion>4.0.0</modelVersion>
4
- <groupId>cn.mrdear.testjpa</groupId>
5
- <artifactId>testjpa</artifactId>
+ <groupId>cn.mrdear</groupId>
+ <artifactId>jpa-demo</artifactId>
6
<packaging>war</packaging>
7
<version>1.0-SNAPSHOT</version>
8
- <name>testjpa Maven Webapp</name>
+ <name>JPA-Demo</name>
9
<url>http://maven.apache.org</url>
10
11
<!--配置版本号-->
0 commit comments