Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

完善user-guide文档 #60

Closed
wants to merge 3 commits into from
Closed

完善user-guide文档 #60

wants to merge 3 commits into from

Conversation

coderDylan
Copy link
Contributor

完善user-guide文档,对社区中频繁问到的问题做特殊说明

spring.datasource.url=jdbc:mysql://127.0.0.1:3306/repeater_console?&characterEncoding=UTF-8&autoReconnect=true&allowMultiQueries=true
spring.datasource.username=yyy
spring.datasource.password=xxx
spring.datasource.url=jdbc:mysql://10.11.12.46:3306/repeater_console?&characterEncoding=UTF-8&autoReconnect=true&allowMultiQueries=true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

此文件疑似误操作提交。

@@ -207,7 +207,7 @@ public MoonBoxResult<Void> taskRun(TaskRunReq taskRunReq) {
MoonBoxLogVO.MoonBoxLogVOBuilder builder = MoonBoxLogVO.builder().taskRunId(taskRunInfo.getTaskRunId());
MoonBoxResult<Void> returnResult = null;
try {
String result =agentDistributionService.startAgent(dbTaskRunInfo);
String result = agentDistributionService.startAgent(dbTaskRunInfo);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

此文件疑似误操作提交。

@@ -62,6 +62,10 @@

<font color="#415ff">任务运行时长</font>:录制任务运行时长,超过该时长后,录制任务为自动关闭

**很多同学对上面的"应用名称"和"jvm参数标识"表示疑惑,并且社区群里不断有人问我到底该怎么填。应用名称这里建议自行扩展,可以考虑从数据库、CMDB、注册中心/配置中心读取。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

很不错的沉淀。 👍
建议改为更加书面一些的语言,减少口语化的表达,会更好。

@coderDylan coderDylan closed this Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants