使用Spring-data-jpa简化数据访问层

This commit is contained in:
程序猿DD
2016-04-19 08:32:57 +08:00
parent b4dcc1be10
commit b2b72c9a19

5
Chapter3-2-2/pom.xml Executable file → Normal file
View 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>