Compare commits
2 Commits
f64c30de1c
...
90777ec594
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90777ec594 | ||
| dd70b1f61f |
@@ -3,7 +3,6 @@ plugins {
|
||||
|
||||
kotlin("jvm")
|
||||
kotlin("plugin.spring")
|
||||
kotlin("plugin.jpa")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -15,7 +14,9 @@ dependencies {
|
||||
implementation(kotlin("reflect"))
|
||||
implementation(kotlin("stdlib-jdk8"))
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
||||
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType<Test> {
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
package com.cubetiqs.modules.example
|
||||
|
||||
import com.cubetiqs.enterprise.comutils.json.toJson
|
||||
import com.cubetiqs.enterprise.comutils.json.toModel
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication
|
||||
import org.springframework.boot.context.event.ApplicationReadyEvent
|
||||
import org.springframework.boot.runApplication
|
||||
|
||||
Reference in New Issue
Block a user