Skip to content

Commit 210ae6b

Browse files
committed
update config
1 parent 54b955d commit 210ae6b

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,13 @@
8585
</dependencies>
8686
</dependencyManagement>
8787

88+
<build>
89+
<plugins>
90+
<plugin>
91+
<groupId>org.springframework.boot</groupId>
92+
<artifactId>spring-boot-maven-plugin</artifactId>
93+
</plugin>
94+
</plugins>
95+
</build>
96+
8897
</project>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
spring:
2+
application:
3+
name: easy-mcp-client
4+
threads:
5+
virtual:
6+
enabled: true
7+
logging:
8+
level:
9+
org.springframework.ai.chat.client.advisor.SimpleLoggerAdvisor: DEBUG

0 commit comments

Comments
 (0)