From 28c751fb2191db560060f3ed581b325f5f9125a4 Mon Sep 17 00:00:00 2001 From: blinkfox Date: Thu, 4 Feb 2021 09:57:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=20v2.4.2=20=E6=AD=A3?= =?UTF-8?q?=E5=BC=8F=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- docs/CHANGELOG.md | 2 +- pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0cb1ef5..b72079f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
fenix logo
-[![Build Status](https://secure.travis-ci.org/blinkfox/fenix.svg)](https://travis-ci.org/blinkfox/fenix) [![HitCount](http://hits.dwyl.io/blinkfox/fenix.svg)](http://hits.dwyl.io/blinkfox/fenix) [![Javadocs](http://www.javadoc.io/badge/com.blinkfox/fenix.svg)](http://www.javadoc.io/doc/com.blinkfox/fenix) [![GitHub license](https://img.shields.io/github/license/blinkfox/fenix.svg)](https://github.com/blinkfox/fenix/blob/develop/LICENSE) [![fenix](https://img.shields.io/badge/fenix-v2.4.1-blue)](https://search.maven.org/artifact/com.blinkfox/fenix/2.4.1/jar) [![fenix starter](https://img.shields.io/badge/fenix%20spring%20boot%20starter-v2.4.1-blue)](https://search.maven.org/artifact/com.blinkfox/fenix-spring-boot-starter/2.4.1/jar) [![codecov](https://codecov.io/gh/blinkfox/fenix/branch/develop/graph/badge.svg)](https://codecov.io/gh/blinkfox/fenix) +[![Build Status](https://secure.travis-ci.org/blinkfox/fenix.svg)](https://travis-ci.org/blinkfox/fenix) [![HitCount](http://hits.dwyl.io/blinkfox/fenix.svg)](http://hits.dwyl.io/blinkfox/fenix) [![Javadocs](http://www.javadoc.io/badge/com.blinkfox/fenix.svg)](http://www.javadoc.io/doc/com.blinkfox/fenix) [![GitHub license](https://img.shields.io/github/license/blinkfox/fenix.svg)](https://github.com/blinkfox/fenix/blob/develop/LICENSE) [![fenix](https://img.shields.io/badge/fenix-v2.4.2-blue)](https://search.maven.org/artifact/com.blinkfox/fenix/2.4.2/jar) [![fenix starter](https://img.shields.io/badge/fenix%20spring%20boot%20starter-v2.4.2-blue)](https://search.maven.org/artifact/com.blinkfox/fenix-spring-boot-starter/2.4.2/jar) [![codecov](https://codecov.io/gh/blinkfox/fenix/branch/develop/graph/badge.svg)](https://codecov.io/gh/blinkfox/fenix) > [Fenix](https://github.com/blinkfox/fenix)(菲尼克斯)是一个为了解决复杂动态 SQL (`JPQL`) 而生的 `Spring Data JPA` 扩展库,目的是辅助开发者更方便快捷的书写复杂、动态且易于维护的 SQL,支持 `XML`、Java 链式 `API` 和动态条件注解等四种方式来书写动态 SQL。 @@ -10,7 +10,7 @@ ## 💎 一、特性 -- 简单、轻量级、无副作用的集成和使用,jar 包仅 `191 KB`; +- 简单、轻量级、无副作用的集成和使用,jar 包仅 `192 KB`; - 作为 JPA 的扩展和增强,兼容 Spring Data JPA 原有功能和各种特性; - 提供了 `XML`、Java 链式 `API` 和动态条件注解等四种方式来书写动态 SQL; - `XML` 的方式功能强大,让 SQL 和 Java 代码解耦,易于维护; @@ -40,14 +40,14 @@ com.blinkfox fenix-spring-boot-starter - 2.4.1 + 2.4.2 ``` ### 🌵 2. Gradle ```bash -compile 'com.blinkfox:fenix-spring-boot-starter:2.4.1' +compile 'com.blinkfox:fenix-spring-boot-starter:2.4.2' ``` ### 🏕️ 3. 激活 Fenix (@EnableFenix) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c6a8bf0..00b5462 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ # 🍹 版本更新记录 :id=title -## ⛸️ v2.4.2 小 bug 修复版本 🆕 (2021-02-03) :id=v241 +## ⛸️ v2.4.2 小 bug 修复版本 🆕 (2021-02-03) :id=v242 - 修复了使用 `Pageable.unpaged()` 时的异常; diff --git a/pom.xml b/pom.xml index bd99c43..2672e1e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.blinkfox fenix - 2.4.2-SNAPSHOT + 2.4.2 jar fenix