添加 kafka 包
authorqiaowei <jov123@163.com>
Thu, 8 Aug 2019 07:05:42 +0000 (15:05 +0800)
committerqiaowei <jov123@163.com>
Thu, 8 Aug 2019 07:05:42 +0000 (15:05 +0800)
payapi/build.gradle

index face7fa..1df7925 100644 (file)
@@ -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'