18 lines
221 B
Kotlin
18 lines
221 B
Kotlin
/*
|
|
* Spring-boot Examples
|
|
*
|
|
* Copyright (c) 2021. Elex. All Rights Reserved.
|
|
* https://www.elex-project.com/
|
|
*/
|
|
|
|
|
|
plugins {
|
|
id("elex-base")
|
|
|
|
}
|
|
|
|
dependencies{
|
|
//implementation("org.jetbrains:annotations:24.1.0")
|
|
|
|
}
|