mirror of
https://github.com/luoye663/e5.git
synced 2024-12-26 03:38:53 +00:00
Update README.md
This commit is contained in:
parent
15f7e94414
commit
9753a9cd45
@ -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头,为网站登录后的token,f12 看请求(需要设置的管理员github id访问才有能访问)。
|
||||
|
Loading…
Reference in New Issue
Block a user