From 5738136447a7d41cfd2f10c1347a89f4cb1787e1 Mon Sep 17 00:00:00 2001 From: blinkfox Date: Fri, 10 Dec 2021 00:34:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E4=BA=86=202.6.1=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 | 6 +++--- docs/CHANGELOG.md | 6 +++++- docs/_coverpage.md | 2 +- docs/quick-install.md | 8 ++++---- pom.xml | 4 ++-- .../com/blinkfox/fenix/config/FenixConfigManager.java | 2 +- 6 files changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 68f8a63..9ee3d8b 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.5.0-blue)](https://search.maven.org/artifact/com.blinkfox/fenix/2.5.0/jar) [![fenix starter](https://img.shields.io/badge/fenix%20spring%20boot%20starter-v2.5.0-blue)](https://search.maven.org/artifact/com.blinkfox/fenix-spring-boot-starter/2.5.0/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.6.1-blue)](https://search.maven.org/artifact/com.blinkfox/fenix/2.6.1/jar) [![fenix starter](https://img.shields.io/badge/fenix%20spring%20boot%20starter-v2.6.1-blue)](https://search.maven.org/artifact/com.blinkfox/fenix-spring-boot-starter/2.6.1/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。 @@ -40,14 +40,14 @@ com.blinkfox fenix-spring-boot-starter - 2.5.0 + 2.6.1 ``` ### 🌵 2. Gradle ```bash -compile 'com.blinkfox:fenix-spring-boot-starter:2.5.0' +compile 'com.blinkfox:fenix-spring-boot-starter:2.6.1' ``` ### 🏕️ 3. 激活 Fenix (@EnableFenix) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c8c43bb..917c097 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ # 🍹 版本更新记录 :id=title -## 🎣 v2.6.0 支持 Spring Data JPA 2.6.0 版本 🆕 (2021-11-21) :id=v260 +## 🏔️ v2.6.1 修复启动 Banner 版本号不对的小问题 🆕 (2021-12-10) :id=v261 + +- 修复了 Fenix 启动 Banner 中版本号不对的小问题; + +## 🎣 v2.6.0 支持 Spring Data JPA 2.6.0 版本 (2021-11-21) :id=v260 - 支持最新的 Spring Data JPA 版本(`v2.6.0`),同时也能兼容之前的 Spring Data JPA 版本; diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 157b6f5..0a1303d 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,6 +1,6 @@ ![logo](assets/images/logo.png) -# Fenix 2.6.0 +# Fenix 2.6.1 > 为解决复杂动态 SQL 而生的 Spring Data JPA 扩展库 diff --git a/docs/quick-install.md b/docs/quick-install.md index 26505a1..f50a238 100644 --- a/docs/quick-install.md +++ b/docs/quick-install.md @@ -16,14 +16,14 @@ com.blinkfox fenix-spring-boot-starter - 2.6.0 + 2.6.1 ``` ### 🌵 2. Gradle :id=spring-boot-gradle ```bash -compile 'com.blinkfox:fenix-spring-boot-starter:2.6.0' +compile 'com.blinkfox:fenix-spring-boot-starter:2.6.1' ``` ### 🏕️ 3. 激活 Fenix (@EnableFenix) :id=enable-fenix @@ -98,14 +98,14 @@ fenix: com.blinkfox fenix - 2.6.0 + 2.6.1 ``` ### 🌻 2. Gradle :id=project-gradle ```bash -compile 'com.blinkfox:fenix:2.6.0' +compile 'com.blinkfox:fenix:2.6.1' ``` ### 🏔️ 3. 激活 Fenix :id=project-enable-fenix diff --git a/pom.xml b/pom.xml index 494fe12..4cba186 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.blinkfox fenix - 2.6.0 + 2.6.1 jar fenix @@ -52,7 +52,7 @@ org.hibernate hibernate-core - 5.6.1.Final + 5.6.2.Final true diff --git a/src/main/java/com/blinkfox/fenix/config/FenixConfigManager.java b/src/main/java/com/blinkfox/fenix/config/FenixConfigManager.java index ea685f0..704d495 100644 --- a/src/main/java/com/blinkfox/fenix/config/FenixConfigManager.java +++ b/src/main/java/com/blinkfox/fenix/config/FenixConfigManager.java @@ -43,7 +43,7 @@ public final class FenixConfigManager { + " | __)/ __ \\ / \\| \\ \\/ /\n" + " | \\\\ ___/| | \\ |> < \n" + " \\___ / \\___ >___| /__/__/\\_ \\\n" - + " \\/ \\/ \\/ \\/ v2.5.0\n"; + + " \\/ \\/ \\/ \\/ v2.6.1\n"; /** * Fenix 配置信息实例.