更新文档
This commit is contained in:
parent
ecfaff9c2a
commit
0626ad0b7f
11
README.md
11
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)
|
||||
|
||||
@ -88,5 +88,5 @@ cos:
|
||||
|
||||
yuapi:
|
||||
client:
|
||||
access-key: xyjjaiosvyjxfk4t98g0qlrplfijigrz
|
||||
secret-key: q6lppq8sdz587jggbttg35nrsj1iyofl
|
||||
access-key: xxx
|
||||
secret-key: xxx
|
||||
Loading…
Reference in New Issue
Block a user