Skip to content

Commit dba0bde

Browse files
committed
发布 v2.4.1 正式版
1 parent ec7c8a7 commit dba0bde

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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.4.0-blue)](https://search.maven.org/artifact/com.blinkfox/fenix/2.4.0/jar) [![fenix starter](https://img.shields.io/badge/fenix%20spring%20boot%20starter-v2.4.0-blue)](https://search.maven.org/artifact/com.blinkfox/fenix-spring-boot-starter/2.4.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.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)
66

77
> [Fenix](https://github.com/blinkfox/fenix)(菲尼克斯)是一个为了解决复杂动态 SQL (`JPQL`) 而生的 `Spring Data JPA` 扩展库,目的是辅助开发者更方便快捷的书写复杂、动态且易于维护的 SQL,支持 `XML`、Java 链式 `API` 和动态条件注解等四种方式来书写动态 SQL。
88
99
[📖 使用文档](https://blinkfox.github.io/fenix) | [🍉 示例项目 (fenix-example)](https://github.com/blinkfox/fenix-example)
1010

1111
## 💎 一、特性
1212

13-
- 简单、轻量级、无副作用的集成和使用,jar 包仅 `177 KB`
13+
- 简单、轻量级、无副作用的集成和使用,jar 包仅 `191 KB`
1414
- 作为 JPA 的扩展和增强,兼容 Spring Data JPA 原有功能和各种特性;
1515
- 提供了 `XML`、Java 链式 `API` 和动态条件注解等四种方式来书写动态 SQL;
1616
- `XML` 的方式功能强大,让 SQL 和 Java 代码解耦,易于维护;
@@ -40,14 +40,14 @@
4040
<dependency>
4141
<groupId>com.blinkfox</groupId>
4242
<artifactId>fenix-spring-boot-starter</artifactId>
43-
<version>2.4.0</version>
43+
<version>2.4.1</version>
4444
</dependency>
4545
```
4646

4747
### 🌵 2. Gradle
4848

4949
```bash
50-
compile 'com.blinkfox:fenix-spring-boot-starter:2.4.0'
50+
compile 'com.blinkfox:fenix-spring-boot-starter:2.4.1'
5151
```
5252

5353
### 🏕️ 3. 激活 Fenix (@EnableFenix)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.blinkfox</groupId>
77
<artifactId>fenix</artifactId>
8-
<version>2.4.1-SNAPSHOT</version>
8+
<version>2.4.1</version>
99
<packaging>jar</packaging>
1010

1111
<name>fenix</name>

0 commit comments

Comments
 (0)