File tree Expand file tree Collapse file tree 6 files changed +16
-12
lines changed
src/main/java/com/blinkfox/fenix/config Expand file tree Collapse file tree 6 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 22
33<div align =" center " ><img style =" display : block ; margin : 0 auto ;" src =" https://blinkfox.github.io/fenix/assets/images/logo.png " alt =" fenix logo " /></div >
44
5- [ ![ 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 )
5+ [ ![ 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 )
66
77> [ Fenix] ( https://github.com/blinkfox/fenix ) (菲尼克斯)是一个为了解决复杂动态 SQL (` JPQL ` ) 而生的 ` Spring Data JPA ` 扩展库,目的是辅助开发者更方便快捷的书写复杂、动态且易于维护的 SQL,支持 ` XML ` 、Java 链式 ` API ` 和动态条件注解等四种方式来书写动态 SQL。
88
4040<dependency >
4141 <groupId >com.blinkfox</groupId >
4242 <artifactId >fenix-spring-boot-starter</artifactId >
43- <version >2.5.0 </version >
43+ <version >2.6.1 </version >
4444</dependency >
4545```
4646
4747### 🌵 2. Gradle
4848
4949``` bash
50- compile ' com.blinkfox:fenix-spring-boot-starter:2.5.0 '
50+ compile ' com.blinkfox:fenix-spring-boot-starter:2.6.1 '
5151```
5252
5353### 🏕️ 3. 激活 Fenix (@EnableFenix )
Original file line number Diff line number Diff line change 11# 🍹 版本更新记录 : id =title
22
3- ## 🎣 v2.6.0 支持 Spring Data JPA 2.6.0 版本 🆕 (2021-11-21) : id =v260
3+ ## 🏔️ v2.6.1 修复启动 Banner 版本号不对的小问题 🆕 (2021-12-10) : id =v261
4+
5+ - 修复了 Fenix 启动 Banner 中版本号不对的小问题;
6+
7+ ## 🎣 v2.6.0 支持 Spring Data JPA 2.6.0 版本 (2021-11-21) : id =v260
48
59- 支持最新的 Spring Data JPA 版本(` v2.6.0 ` ),同时也能兼容之前的 Spring Data JPA 版本;
610
Original file line number Diff line number Diff line change 11![ logo] ( assets/images/logo.png )
22
3- # Fenix <small >2.6.0 </small >
3+ # Fenix <small >2.6.1 </small >
44
55> 为解决复杂动态 SQL 而生的 Spring Data JPA 扩展库
66
Original file line number Diff line number Diff line change 1616<dependency >
1717 <groupId >com.blinkfox</groupId >
1818 <artifactId >fenix-spring-boot-starter</artifactId >
19- <version >2.6.0 </version >
19+ <version >2.6.1 </version >
2020</dependency >
2121```
2222
2323### 🌵 2. Gradle : id =spring-boot-gradle
2424
2525``` bash
26- compile ' com.blinkfox:fenix-spring-boot-starter:2.6.0 '
26+ compile ' com.blinkfox:fenix-spring-boot-starter:2.6.1 '
2727```
2828
2929### 🏕️ 3. 激活 Fenix (@EnableFenix ) : id =enable-fenix
@@ -98,14 +98,14 @@ fenix:
9898<dependency>
9999 <groupId>com.blinkfox</groupId>
100100 <artifactId>fenix</artifactId>
101- <version>2.6.0 </version>
101+ <version>2.6.1 </version>
102102</dependency>
103103` ` `
104104
105105# ## 🌻 2. Gradle :id=project-gradle
106106
107107` ` ` bash
108- compile 'com.blinkfox:fenix:2.6.0 '
108+ compile 'com.blinkfox:fenix:2.6.1 '
109109` ` `
110110
111111# ## 🏔️ 3. 激活 Fenix :id=project-enable-fenix
Original file line number Diff line number Diff line change 55
66 <groupId >com.blinkfox</groupId >
77 <artifactId >fenix</artifactId >
8- <version >2.6.0 </version >
8+ <version >2.6.1 </version >
99 <packaging >jar</packaging >
1010
1111 <name >fenix</name >
5252 <dependency >
5353 <groupId >org.hibernate</groupId >
5454 <artifactId >hibernate-core</artifactId >
55- <version >5.6.1 .Final</version >
55+ <version >5.6.2 .Final</version >
5656 <optional >true</optional >
5757 </dependency >
5858 <dependency >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public final class FenixConfigManager {
4343 + " | __)/ __ \\ / \\ | \\ \\ / /\n "
4444 + " | \\ \\ ___/| | \\ |> < \n "
4545 + " \\ ___ / \\ ___ >___| /__/__/\\ _ \\ \n "
46- + " \\ / \\ / \\ / \\ / v2.5.0 \n " ;
46+ + " \\ / \\ / \\ / \\ / v2.6.1 \n " ;
4747
4848 /**
4949 * Fenix 配置信息实例.
You can’t perform that action at this time.
0 commit comments