X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.yml;fp=src%2Fmain%2Fresources%2Fapplication.yml;h=93b27c201cfa5990b4c6677f47e01194d204e03e;hb=ccf11628d5a1524d4bffe2f1b21b51ad713f1a67;hp=9f3cb81bb6690d90e92da28273d6a5954041ec0e;hpb=66863e3169440f73ff450c7ba8ea4b9662b180e0;p=demos%2Fkafka%2Ftraining diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9f3cb81..93b27c2 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -24,6 +24,11 @@ info: group-id: ${consumer.group-id} topic: ${consumer.topic} auto-offset-reset: ${consumer.auto-offset-reset} +spring: + data: + mongodb: + uri: mongodb://juplo:training@localhost:27017 + database: juplo logging: level: root: INFO