Update README.md

This commit is contained in:
Yevgen Taran 2020-03-03 10:26:50 +02:00 committed by GitHub
parent 8b64575bd5
commit 033fe1b539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
UI for Apache Kafka management UI for Apache Kafka management
## Getting started ## Getting started
To work with application, install java13
Build application and docker container Build application and docker container
@ -31,4 +32,4 @@ Kafka-ui then should be started with **local** profile
``` ```
cd kafka-ui-api cd kafka-ui-api
./mvnw spring-boot:run -Pprod ./mvnw spring-boot:run -Pprod
``` ```