sagacity-sqltoy 4.17.15 已经发布,基于 Java 语言的 orm 框架

栏目: 软件资讯 · 发布时间: 4年前

内容简介:sagacity-sqltoy 4.17.15 已经发布,这是一个基于 java 语言的 orm 框架。 此版本更新内容包括: 1、在默认ehcache的基础上支持caffeine框架 pom引入caffeine依赖和spring-context-support <dependency> ...

sagacity-sqltoy 4.17.15 已经发布,这是一个基于 java 语言的 orm 框架。

此版本更新内容包括:

1、在默认ehcache的基础上支持caffeine框架

  • pom引入caffeine依赖和spring-context-support
<dependency>
    <groupId>com.github.ben-manes.caffeine</groupId>
    <artifactId>caffeine</artifactId>
    <version>${caffeine.version}</version>
</dependency>
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-context-support</artifactId>
    <version>${spring-framework.version}</version>
</dependency>
  • 在yml配置文件中设置cacheType
# 此参数可以不设置,默认是ehcache
spring.sqltoy.cacheType=caffeine

详情查看:https://gitee.com/sagacity/sagacity-sqltoy/releases/4.17.15


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Mission Python

Mission Python

Sean McManus / No Starch Press / 2018-9-18 / GBP 24.99

Launch into coding with Mission Python, a space-themed guide to building a complete computer game in Python. You'll learn programming fundamentals like loops, strings, and lists as you build Escape!, ......一起来看看 《Mission Python》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

在线进制转换器
在线进制转换器

各进制数互转换器

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具