sagacity-sqltoy 4.17.15 has been released, based on the orm framework of the Java language

sagacity-sqltoy 4.17.15 has been released, which is an orm framework based on java language.

Updates in this version include:

1. Support the caffeine framework based on the default ehcache

  • pom introduces caffeine dependency and 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>
  • Set cacheType in yml configuration file
# 此参数可以不设置,默认是ehcache
spring.sqltoy.cacheType=caffeine

See details: https://gitee.com/sagacity/sagacity-sqltoy/releases/4.17.15

Guess you like

Origin www.oschina.net/news/127904/sagacity-sqltoy-4-17-15-released