内容简介:J2Cache 官方提供两个版本的 Spring Boot 模块,目前发布了 2.7.6 版本,主要改进:添加了一个可以开启关闭二级缓存的配置,并支持在spring配置中写j2cache的配置,并修复一些细小问题。Maven:Spring Boot 1.x
J2Cache 官方提供两个版本的 Spring Boot 模块,目前发布了 2.7.6 版本,主要改进:添加了一个可以开启关闭二级缓存的配置,并支持在spring配置中写j2cache的配置,并修复一些细小问题。
Maven:
Spring Boot 1.x
<dependency> <groupId>net.oschina.j2cache</groupId> <artifactId>j2cache-spring-boot-starter</artifactId> <version>2.7.6-release</version> </dependency>
Spring Boot 2.x
<dependency> <groupId>net.oschina.j2cache</groupId> <artifactId>j2cache-spring-boot2-starter</artifactId> <version>2.7.6-release</version> </dependency>
以上所述就是小编给大家介绍的《J2Cache 的 Spring Boot 模块发布 2.7.6 版本》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 怎么查看oracle ebs的系统版本号以及各模块的版本号
- SPTools 2.4 版本发布,新增博客管理模块
- WireGuard 发行新模块版本,1.0 版本将随 Linux 5.6 一起提供
- webpack 4.35.0 版本发布,JS 模块打包器
- 简云 Saas 平台 1.4.1 版本发布,增加 MRP 模块
- Fedora 29 Beta 发布,为所有版本提供模块化
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Spring
Bruce Tate、Justin Gehtland / O'Reilly Media, Inc. / 2005-04-12 / USD 29.95
Since development first began on Spring in 2003, there's been a constant buzz about it in Java development publications and corporate IT departments. The reason is clear: Spring is a lightweight Java......一起来看看 《Spring》 这本书的介绍吧!