Update README.md

This commit is contained in:
LuoYe 2020-12-20 00:58:40 +08:00 committed by GitHub
parent bdbcb6d16e
commit d622534410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
# E5续订程序
此项目为该网址的源代码(后端) https://e5.qyi.io/user/login
(前端) https://github.com/luoye663/E5_vue
(前端) https://github.com/luoye663/e5-html
### 2020-12-20
前端框架更改为Angular,同时支持应用挂载每个账户最多支持5个应用。
## 说明
此项目为我的新手练手作代码辣鸡目前已经从3月份运行到至今。
如果要自己搭建的话得自己研究下了,不提供技术支持(懒),记得修改配置文件
@ -22,9 +24,10 @@ rabbitmq-plugins enable rabbitmq_delayed_message_exchange
由于这个插件只能先禁用在启用,才能进行清空。
2. 在每次启动程序前,清空未完成的队列。
在rabbitmq web管理界面 - Queues - delay_queue1 - Purge - Purge Messages
3. 启动后清空redis
4. 登录后使用http访问工具访问 https://domain.com/admin/sendAll 这个链接设置一个token头为网站登录后的tokenf12 看请求(需要设置的管理员github id访问才有能访问)。
##### 如果不按照以上的来,会出现莫名其妙的问题哦,所以不建议自行搭建~
3. ~~启动后清空redis
4. 登录后使用http访问工具访问 https://domain.com/admin/sendAll 这个链接设置一个token头为网站登录后的tokenf12 看请求(需要设置的管理员github id访问才有能访问)。
ps: 使用 https://domain.com/admin/getDebugAdminToken?passwd=xxxxxx 也可以获取管理员token前提是在配置文件中设置密码。
##### 如果不按照以上的来,会出现莫名其妙的问题~
## 用到技术或框架
### spring boot