BAEL-20882 Move Spring Boot Properties module to Spring Boot modules

This commit is contained in:
mikr 2020-01-26 23:58:19 +01:00
parent dd370f90bb
commit 31e161ce81
94 changed files with 174 additions and 175 deletions

View File

@ -667,7 +667,6 @@
<module>spring-boot-nashorn</module> <module>spring-boot-nashorn</module>
<module>spring-boot-parent</module> <module>spring-boot-parent</module>
<module>spring-boot-performance</module> <module>spring-boot-performance</module>
<module>spring-boot-properties</module>
<module>spring-boot-property-exp</module> <module>spring-boot-property-exp</module>
<module>spring-boot-rest</module> <module>spring-boot-rest</module>
@ -1206,7 +1205,6 @@
<module>spring-boot-nashorn</module> <module>spring-boot-nashorn</module>
<module>spring-boot-parent</module> <module>spring-boot-parent</module>
<module>spring-boot-performance</module> <module>spring-boot-performance</module>
<module>spring-boot-properties</module>
<module>spring-boot-property-exp</module> <module>spring-boot-property-exp</module>
<module>spring-boot-rest</module> <module>spring-boot-rest</module>

View File

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

View File

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