Update README.md

This commit is contained in:
LuoYe 2021-04-22 03:01:52 +08:00 committed by GitHub
parent 15f7e94414
commit 9753a9cd45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
### 2020-12-20
前端框架更改为Angular,同时支持多应用每个账户最多支持5个应用。
## 说明
此项目为我的新手练手作代码辣鸡目前已经从3月运行到至今。
此项目为我的新手练手作,代码辣鸡,目前已经从2020年3月运行到至今。
如果要自己搭建的话得自己研究下了,不提供技术支持(懒),记得修改配置文件
src/main/resources/application-online.properties
```
@ -24,7 +24,7 @@ rabbitmq-plugins disable rabbitmq_delayed_message_exchange
rabbitmq-plugins enable rabbitmq_delayed_message_exchange
```
由于这个插件只能先禁用在启用,才能进行清空。
2. 在每次启动程序前,清空未完成的队列。
2. 在每次启动程序前,清空未完成的队列。
在rabbitmq web管理界面 - Queues - delay_queue1 - Purge - Purge Messages
3. ~~启动后清空redis~~
4. 登录后使用http访问工具访问 https://domain.com/admin/sendAll 这个链接设置一个token头为网站登录后的tokenf12 看请求(需要设置的管理员github id访问才有能访问)。