remake init data
json dump Small bug fix
This commit is contained in:
@@ -38,6 +38,10 @@ dependencies {
|
||||
|
||||
implementation 'org.springframework.ai:spring-ai-zhipuai-spring-boot-starter:1.0.0-M6'
|
||||
implementation 'org.springframework:spring-mock:2.0.8'
|
||||
|
||||
implementation 'com.google.guava:guava:33.4.8-jre'
|
||||
implementation 'io.micrometer:micrometer-core:1.12.0'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-actuator'
|
||||
}
|
||||
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
@@ -49,6 +53,7 @@ apply plugin: 'io.spring.dependency-management'
|
||||
|
||||
apply plugin: 'java'
|
||||
|
||||
|
||||
tasks.register("bootRun_Dev") {
|
||||
group = "_jambotron_build"
|
||||
description = "Runs the Spring Boot application with the dev profile"
|
||||
|
||||
Reference in New Issue
Block a user