使用Spring-data-jpa简化数据访问层
This commit is contained in:
5
Chapter3-2-2/pom.xml
Executable file → Normal file
5
Chapter3-2-2/pom.xml
Executable file → Normal file
@@ -4,11 +4,11 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.didispace</groupId>
|
||||
<artifactId>demo</artifactId>
|
||||
<artifactId>Chapter3-2-2</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>demo</name>
|
||||
<name>Chapter3-2-2</name>
|
||||
<description>Spring Boot project</description>
|
||||
|
||||
<parent>
|
||||
@@ -57,5 +57,4 @@
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user