mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
we must make sure user cache will be clean first and clean token cache second then user will not been get old user cache in next token cache generate |
1 year ago | |
---|---|---|
.. | ||
core | 1 year ago | |
openapi | 2 years ago | |
README.md | 3 years ago | |
debug.service.ts | 3 years ago |
README.md
简述
每个.service.ts
文件都是一个微服务
应当确保尽量不要出现一个单独的微服务承载太重的业务,而应当考虑多拆分到不同的微任务中。