|
@@ -44,6 +44,10 @@ dependencies {
|
|
compile group: "org.jetbrains.kotlin", name: "kotlin-reflect", version: KOTLIN_VERSION
|
|
compile group: "org.jetbrains.kotlin", name: "kotlin-reflect", version: KOTLIN_VERSION
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
+ // spring boot 依赖
|
|
|
|
+ compile group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: SPRING_BOOT_VERSION
|
|
|
|
+
|
|
|
|
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// compile group: "javax.persistence", name: "persistence-api", version: PERSISTENCE_VERSION
|
|
// compile group: "javax.persistence", name: "persistence-api", version: PERSISTENCE_VERSION
|
|
|
|
|
|
// https://mvnrepository.com/artifact/io.swagger/swagger-annotations
|
|
// https://mvnrepository.com/artifact/io.swagger/swagger-annotations
|