1
0

feat: 增加spring环境的测试

This commit is contained in:
2024-11-04 09:23:38 +08:00
parent a89f4ab8b1
commit 5829b6e145
5 changed files with 329 additions and 233 deletions

View File

@@ -34,7 +34,9 @@ repositories {
}
dependencies {
implementation("com.lanyuanxiaoyao:squirrel-core-jvm:1.0.0-SNAPSHOT")
implementation("com.lanyuanxiaoyao:squirrel-core-jvm:1.0.0-SNAPSHOT") {
exclude("commons-logging", "commons-logging")
}
implementation("dev.failsafe:failsafe:3.3.2")
implementation("cn.bigmodel.openapi:oapi-java-sdk:release-V4-2.3.0")
implementation("com.baidubce:qianfan:0.1.1")
@@ -61,6 +63,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect")
// implementation("org.jetbrains.kotlin:kotlin-scripting-jsr223")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.jetbrains.kotlin:kotlin-test")
}