Files
spring-boot-examples/settings.gradle.kts
2021-08-05 13:33:52 +09:00

11 lines
277 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",
"mqtt", "websocket", "restful")