From 0626ad0b7f957eb37f2f7769d4d818ec24d1bb93 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 26 Jul 2023 10:38:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++++++- src/main/resources/application.yml | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) 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