Skip to content

Commit a96bdee

Browse files
authored
Update application.yaml to remove the mongo client autoconfiguration (#201)
1 parent 68a0fcb commit a96bdee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/acme-assist/src/main/resources/application.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
vectorstore: simple
22

33
spring:
4+
autoconfigure:
5+
exclude: org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
46
data:
57
mongodb:
68
uri: <>
@@ -18,4 +20,4 @@ management:
1820
endpoints:
1921
web:
2022
exposure:
21-
include: info,health
23+
include: info,health

0 commit comments

Comments
 (0)