2021-08-02
This commit is contained in:
18
buildSrc/src/main/kotlin/elex-spring-boot.gradle.kts
Normal file
18
buildSrc/src/main/kotlin/elex-spring-boot.gradle.kts
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* Spring-boot Examples
|
||||
*
|
||||
* Copyright (c) 2021. Elex. All Rights Reserved.
|
||||
* https://www.elex-project.com/
|
||||
*/
|
||||
|
||||
|
||||
plugins {
|
||||
id("elex-base")
|
||||
|
||||
}
|
||||
|
||||
dependencies{
|
||||
implementation("org.jetbrains:annotations:21.0.1")
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user