Merge pull request #8612 from Maiklins/BAEL-20873-move-spring-boot-kotlin

BAEL-20873 move spring boot kotlin
This commit is contained in:
Loredana Crusoveanu 2020-02-01 21:15:58 +02:00 committed by GitHub
commit 5c6473729e
18 changed files with 2 additions and 3 deletions

View File

@ -651,7 +651,6 @@
<module>spring-boot-environment</module> <module>spring-boot-environment</module>
<module>spring-boot-flowable</module> <module>spring-boot-flowable</module>
<module>spring-boot-jasypt</module> <module>spring-boot-jasypt</module>
<module>spring-boot-kotlin</module>
<module>spring-boot-libraries</module> <module>spring-boot-libraries</module>
<module>spring-boot-mvc-2</module> <module>spring-boot-mvc-2</module>
<module>spring-boot-parent</module> <module>spring-boot-parent</module>
@ -1175,7 +1174,6 @@
<module>spring-boot-environment</module> <module>spring-boot-environment</module>
<module>spring-boot-flowable</module> <module>spring-boot-flowable</module>
<module>spring-boot-jasypt</module> <module>spring-boot-jasypt</module>
<module>spring-boot-kotlin</module>
<module>spring-boot-libraries</module> <module>spring-boot-libraries</module>
<module>spring-boot-mvc</module> <module>spring-boot-mvc</module>
<module>spring-boot-mvc-2</module> <module>spring-boot-mvc-2</module>

View File

@ -24,6 +24,7 @@
<!-- <module>spring-boot-gradle</module> --> <!-- Not a maven project --> <!-- <module>spring-boot-gradle</module> --> <!-- Not a maven project -->
<module>spring-boot-keycloak</module> <module>spring-boot-keycloak</module>
<module>spring-boot-logging-log4j2</module> <module>spring-boot-logging-log4j2</module>
<module>spring-boot-kotlin</module>
<module>spring-boot-mvc-birt</module> <module>spring-boot-mvc-birt</module>
<module>spring-boot-nashorn</module> <module>spring-boot-nashorn</module>
<module>spring-boot-properties</module> <module>spring-boot-properties</module>

View File

@ -11,7 +11,7 @@
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>
<artifactId>parent-kotlin</artifactId> <artifactId>parent-kotlin</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<relativePath>../parent-kotlin</relativePath> <relativePath>../../parent-kotlin</relativePath>
</parent> </parent>
<repositories> <repositories>