Merge pull request #8601 from Maiklins/BAEL-20865-move-spring-boot-data

BAEL-20865 move spring boot data
This commit is contained in:
Loredana Crusoveanu 2020-01-27 22:03:58 +02:00 committed by GitHub
commit 21daeef51d
45 changed files with 2 additions and 3 deletions

View File

@ -652,7 +652,6 @@
<module>spring-boot-crud</module>
<module>spring-boot-ctx-fluent</module>
<module>spring-boot-custom-starter</module>
<module>spring-boot-data</module>
<module>spring-boot-deployment</module>
<module>spring-boot-di</module>
<module>spring-boot-environment</module>
@ -1189,7 +1188,6 @@
<module>spring-boot-crud</module>
<module>spring-boot-ctx-fluent</module>
<module>spring-boot-custom-starter</module>
<module>spring-boot-data</module>
<module>spring-boot-deployment</module>
<module>spring-boot-di</module>
<module>spring-boot-environment</module>

View File

@ -14,6 +14,7 @@
</parent>
<modules>
<module>spring-boot-data</module>
<module>spring-boot-mvc-birt</module>
<module>spring-boot-properties</module>
<module>spring-boot-vue</module>

View File

@ -11,7 +11,7 @@
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-2</relativePath>
<relativePath>../../parent-boot-2</relativePath>
</parent>
<dependencies>