BAEL-20865 Move Spring Boot Data module to Spring Boot modules

This commit is contained in:
mikr 2020-01-26 23:51:19 +01:00
parent dd370f90bb
commit 9e359d1bbd
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>
@ -1190,7 +1189,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-vue</module>
</modules>

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>