10 lines
241 B
Kotlin
10 lines
241 B
Kotlin
/*
|
|
* Spring-boot Examples
|
|
*
|
|
* Copyright (c) 2021. Elex. All Rights Reserved.
|
|
* https://www.elex-project.com/
|
|
*/
|
|
|
|
rootProject.name = "spring-boot-examples"
|
|
include("file-upload", "security", "security-with-jpa", "validation", "testing")
|