Skip to content

Commit 79cf1e5

Browse files
Moving To latest Release of Spring Boot 2.2.4.RELEASE, Changing Docker Compose Zookeeper Path
1 parent b287487 commit 79cf1e5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '2.2.2.RELEASE'
3-
id 'io.spring.dependency-management' version '1.0.8.RELEASE'
2+
id 'org.springframework.boot' version '2.2.4.RELEASE'
43
id "com.avast.gradle.docker-compose" version "0.10.9"
54
id 'java'
65
}

docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ services:
2121
ZOO_PORT: 2181
2222
ZOO_SERVERS: server.1=zoo1:2888:3888
2323
volumes:
24-
- ./zk-single-kafka-single/zoo1/data:/data
25-
- ./zk-single-kafka-single/zoo1/datalog:/datalog
24+
- ./zookeeperAndKafka/zoo1/data:/data
25+
- ./zookeeperAndKafka/zoo1/datalog:/datalog
2626

2727
kafka1:
2828
image: confluentinc/cp-kafka:5.3.0

0 commit comments

Comments
 (0)