diff --git a/README.md b/README.md index eb8bac8..d83e9aa 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ spring: @SpringBootApplication ``` #### RabbitMq -1)修改 `application.yml` 的 RabbitMq 配置为你自己的 +修改 `application.yml` 的 RabbitMq 配置为你自己的 ```yml spring: rabbitmq: @@ -96,6 +96,15 @@ spring: password: guest ``` +#### 鱼聪明AI +修改 `application.yml` 的 鱼聪明AI 配置为你自己的 +```yml +yuapi: + client: + access-key: xxx + secret-key: xxx +``` + 配置完成启动项目,访问 `http://localhost:8101/api/doc.html` 即可打开接口文档 ### [前端](https://gitee.com/anscoder/answer-bi-frontend) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index e960e52..e472b23 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -88,5 +88,5 @@ cos: yuapi: client: - access-key: xyjjaiosvyjxfk4t98g0qlrplfijigrz - secret-key: q6lppq8sdz587jggbttg35nrsj1iyofl \ No newline at end of file + access-key: xxx + secret-key: xxx \ No newline at end of file