From f50518b16385c0387d6c85f6092385f75cab6092 Mon Sep 17 00:00:00 2001 From: caoshd Date: Sat, 4 May 2024 10:11:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=89=93=E5=8C=85=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 26 +++++++++---------- .../caoshd/app/BootstrapApplicationTests.kt | 13 ---------- 2 files changed, 12 insertions(+), 27 deletions(-) delete mode 100644 src/test/kotlin/space/caoshd/app/BootstrapApplicationTests.kt diff --git a/pom.xml b/pom.xml index 3de3247..74a833b 100644 --- a/pom.xml +++ b/pom.xml @@ -56,26 +56,24 @@ spring-boot-starter-test test + + com.fasterxml.jackson.module + jackson-module-kotlin + + + org.jetbrains.kotlin + kotlin-reflect + + + org.jetbrains.kotlin + kotlin-stdlib + ${project.basedir}/src/main/kotlin ${project.basedir}/src/test/kotlin - - org.apache.maven.plugins - maven-compiler-plugin - - - org.springframework.boot - spring-boot-maven-plugin - - - space.caoshd.BootstrapApplication - - true - - org.jetbrains.kotlin kotlin-maven-plugin diff --git a/src/test/kotlin/space/caoshd/app/BootstrapApplicationTests.kt b/src/test/kotlin/space/caoshd/app/BootstrapApplicationTests.kt deleted file mode 100644 index b6ef6c4..0000000 --- a/src/test/kotlin/space/caoshd/app/BootstrapApplicationTests.kt +++ /dev/null @@ -1,13 +0,0 @@ -package space.caoshd.app - -import org.junit.jupiter.api.Test -import org.springframework.boot.test.context.SpringBootTest - -@SpringBootTest -class BootstrapApplicationTests { - - @Test - fun contextLoads() { - } - -}