|
|
@@ -27,7 +27,7 @@ extra["springAiVersion"] = "2.0.0-M3"
|
|
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
|
|
|
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
|
|
|
implementation("org.springframework.boot:spring-boot-starter-security")
|
|
|
|
// implementation("org.springframework.boot:spring-boot-starter-security")
|
|
|
|
implementation("org.springframework.boot:spring-boot-starter-validation")
|
|
|
|
implementation("org.springframework.boot:spring-boot-starter-validation")
|
|
|
|
implementation("org.springframework.boot:spring-boot-starter-webmvc")
|
|
|
|
implementation("org.springframework.boot:spring-boot-starter-webmvc")
|
|
|
|
implementation("org.springframework.ai:spring-ai-starter-model-openai")
|
|
|
|
implementation("org.springframework.ai:spring-ai-starter-model-openai")
|
|
|
@@ -38,7 +38,7 @@ dependencies {
|
|
|
|
// developmentOnly("org.springframework.ai:spring-ai-spring-boot-docker-compose")
|
|
|
|
// developmentOnly("org.springframework.ai:spring-ai-spring-boot-docker-compose")
|
|
|
|
annotationProcessor("org.projectlombok:lombok")
|
|
|
|
annotationProcessor("org.projectlombok:lombok")
|
|
|
|
testImplementation("org.springframework.boot:spring-boot-starter-data-jpa-test")
|
|
|
|
testImplementation("org.springframework.boot:spring-boot-starter-data-jpa-test")
|
|
|
|
testImplementation("org.springframework.boot:spring-boot-starter-security-test")
|
|
|
|
// testImplementation("org.springframework.boot:spring-boot-starter-security-test")
|
|
|
|
testImplementation("org.springframework.boot:spring-boot-starter-validation-test")
|
|
|
|
testImplementation("org.springframework.boot:spring-boot-starter-validation-test")
|
|
|
|
testImplementation("org.springframework.boot:spring-boot-starter-webmvc-test")
|
|
|
|
testImplementation("org.springframework.boot:spring-boot-starter-webmvc-test")
|
|
|
|
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
|
|
|
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
|
|
|