From: qiaowei Date: Thu, 8 Aug 2019 07:05:42 +0000 (+0800) Subject: 添加 kafka 包 X-Git-Tag: 1.0.1^2~37 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=a315360fc16e158c47e6281df17e41ac0c8b5ded;p=epayment%2Ffood_payapi.git 添加 kafka 包 --- diff --git a/payapi/build.gradle b/payapi/build.gradle index face7fa9..1df79255 100644 --- a/payapi/build.gradle +++ b/payapi/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation 'org.springframework.cloud:spring-cloud-starter-consul-discovery:2.1.2.RELEASE' implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5' - implementation: 'org.springframework.kafka:spring-kafka:2.2.8.RELEASE' + implementation 'org.springframework.kafka:spring-kafka:2.2.8.RELEASE' runtime("org.springframework.boot:spring-boot-devtools") implementation 'org.postgresql:postgresql:42.2.5'