File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 33 // Hover to view descriptions of existing attributes.
44 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55 "version" : " 0.2.0" ,
6- "configurations" : [
6+ "configurations" : [
7+ {
8+ "type" : " jdk" ,
9+ "request" : " launch" ,
10+ "name" : " Launch Java"
11+ },
712 {
813 "name" : " Launch Java: Continuous Mode" ,
914 "type" : " jdk" ,
1015 "request" : " launch" ,
1116 "launchConfiguration" : " Continuous Mode" ,
1217 },
1318 {
14- "name" : " Launch Java " ,
19+ "name" : " Launch Application " ,
1520 "type" : " jdk" ,
1621 "request" : " launch" ,
1722 "mainClass" : " ch.xxx.aidoclibchat.AidocumentlibrarychatApplication" ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
3737 implementation ' org.springframework.boot:spring-boot-starter-security'
3838 implementation ' org.springframework.boot:spring-boot-starter-web'
3939 implementation ' org.springframework.ai:spring-ai-starter-mcp-client'
40- implementation ' org.springframework.ai:spring-ai-starter-mcp-server-webmvc'
40+ // implementation 'org.springframework.ai:spring-ai-starter-mcp-server-webmvc'
4141 implementation ' org.springframework.ai:spring-ai-tika-document-reader'
4242 implementation ' org.liquibase:liquibase-core'
4343 implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-csv'
You can’t perform that action at this time.
0 commit comments