Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APIJSON 怎么很好的跟分布式缓存结合呢? #90

Closed
karosLi opened this issue May 16, 2019 · 1 comment
Closed

APIJSON 怎么很好的跟分布式缓存结合呢? #90

karosLi opened this issue May 16, 2019 · 1 comment

Comments

@karosLi
Copy link

karosLi commented May 16, 2019

No description provided.

@TommyLemon
Copy link
Collaborator

TommyLemon commented May 30, 2019

可使用现有的分布式缓存架构,APIJSON ORM 只单独在各个节点的 Server 对接数据库,
DemoSQLExecutor 重写 AbstractSQLExecutor putCache, getCacheItem 和 removeCache 等,使用 Redis 等库来实现自定义的缓存。

APIJSONORM 作为一个 ORM 库,使用是很灵活的,网友的博客分享也提到了这点
https://blog.csdn.net/qq_41829492/article/details/88670940

APIJSONBoot 基于 SpringBoot 用 APIJSONORM 对接数据库 CRUD,可以使用 SpringBoot 的各种配套设施;APIJSONFinal 基于 JFinal ,同理可用 JFinal 的生态。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants