我想在带有 JPA+Spring+EclipseLink 的应用程序中使用 gemfire

发布于 2024-10-17 02:12:10 字数 187 浏览 5 评论 0原文

我正在做一个与拍卖相关的项目。 Spring+JPA+EclipseLink 我必须使用 Gemfire 作为缓存。所以我想知道是否可以?如果可能的话我需要添加哪些配置?即要添加的 JAR 文件、要设置的环境变量、要在 PERSISTENT.xml 中添加的属性等。如果您有任何工作示例,这将是一个很大的帮助。

提前致谢, 图沙尔·多迪亚

I am working on a project related with Auction.
Spring+JPA+EclipseLink
I have to use Gemfire as cache. So I want to know whether it is possible or not? And if possible which configuration I need to add? i.e. JAR FILES to be add, ENVIRONMENT VARIABLES to be set,property to be add in PERSISTENT.xml etc. If you have any working example, it will be a great help.

Thanks in Advance,
Tushar Dodia

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一片旧的回忆 2024-10-24 02:12:10

Gemfire 应该能够缓存任何 Java 对象,所以它应该是可能的。您应该浏览一下 Gemfire 文档本身,然后查看Spring Data Gemfire项目。项目负责人 David Turanksi 在 github 上有大量示例。

Gemfire should be able to cache any Java object, so it should be possible. You should walk through the Gemfire documentation itself, and then check out the Spring Data Gemfire project. David Turanksi, the project lead, has plenty of examples on github.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文