diff --git a/README.md b/README.md index 3c28a4c..934f52a 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ 作者 - 996.icu - 项目交流 + 项目交流 对线面试官

@@ -88,6 +87,11 @@ curl -XPOST "127.0.0.1:8080/send" -H 'Content-Type: application/json' -d '{"co ![](https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/01d028359e6e4229825a7fd8cc22c6c7~tplv-k3u1fbpfcp-zoom-1.image) +**12**、正常使用**数据管理**需要将`austin-stream`的`jar`包上传至`Flink`,在打`jar`包前需要填写`com.java3y.austin.stream.constants.AustinFlinkConstant`中的`redis`和`kafka`的`ip/port`(注:日志的topic在`application.properties`中的`austin.business.log.topic.name`。如果没有该topic,需要提前创建) + +**13**、正常使用**定时任务**需要部署`xxl-job`,根据**部署文档**启动xxl的调度中心,并在`application.properteis`中填写 ` austin-xxl-job-ip`和`austin-xxl-job-port` + + ## 里程碑 - [x] Maven+SpringBoot项目搭建