浏览代码

update readme

Zhenya Taran 5 年之前
父节点
当前提交
4a4191f928
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -3,6 +3,7 @@ UI for Apache Kafka management
 
 ## Table of contents
 - [Getting started](#getting-started)
+- [Getting started](#getting-started)
 
 ## Getting started
 
@@ -19,3 +20,9 @@ docker-compose -f ./docker/kafka.yaml
 ```
 
 Access application via http://localhost:8080
+
+###Run application without docker:
+```
+cd kafka-ui-api
+./mvnw spring-boot:run -Pprod
+```