diff --git a/README.md b/README.md index f9e1e4c..b14f73d 100755 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@
-[![Build Status](https://secure.travis-ci.org/blinkfox/fenix-spring-boot-starter.svg)](https://travis-ci.org/blinkfox/fenix-spring-boot-starter) [![HitCount](http://hits.dwyl.io/blinkfox/fenix-spring-boot-starter.svg)](http://hits.dwyl.io/blinkfox/fenix-spring-boot-starter) [![Javadocs](http://www.javadoc.io/badge/com.blinkfox/fenix-spring-boot-starter.svg)](http://www.javadoc.io/doc/com.blinkfox/fenix-spring-boot-starter) [![GitHub license](https://img.shields.io/github/license/blinkfox/fenix-spring-boot-starter.svg)](https://github.com/blinkfox/fenix-spring-boot-starter/blob/develop/LICENSE) [![fenix](https://img.shields.io/badge/fenix-v2.3.6-blue)](https://search.maven.org/artifact/com.blinkfox/fenix/2.3.6/jar) [![fenix starter](https://img.shields.io/badge/fenix%20spring%20boot%20starter-v2.3.6-blue)](https://search.maven.org/artifact/com.blinkfox/fenix-spring-boot-starter/2.3.6/jar) [![codecov](https://codecov.io/gh/blinkfox/fenix-spring-boot-starter/branch/develop/graph/badge.svg)](https://codecov.io/gh/blinkfox/fenix-spring-boot-starter) +[![Build Status](https://secure.travis-ci.org/blinkfox/fenix-spring-boot-starter.svg)](https://travis-ci.org/blinkfox/fenix-spring-boot-starter) [![HitCount](http://hits.dwyl.io/blinkfox/fenix-spring-boot-starter.svg)](http://hits.dwyl.io/blinkfox/fenix-spring-boot-starter) [![Javadocs](http://www.javadoc.io/badge/com.blinkfox/fenix-spring-boot-starter.svg)](http://www.javadoc.io/doc/com.blinkfox/fenix-spring-boot-starter) [![GitHub license](https://img.shields.io/github/license/blinkfox/fenix-spring-boot-starter.svg)](https://github.com/blinkfox/fenix-spring-boot-starter/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-spring-boot-starter/branch/develop/graph/badge.svg)](https://codecov.io/gh/blinkfox/fenix-spring-boot-starter) > 这是 `Fenix` 的 Spring Boot Starter 库。 [📖 使用文档](https://blinkfox.github.io/fenix) | [🍉 示例项目 (fenix-example)](https://github.com/blinkfox/fenix-example) -## 💎 特性 +## 💎 一、特性 - 简单、轻量级、无副作用的集成和使用,jar 包仅 `177 KB`; - 作为 JPA 的扩展和增强,兼容 Spring Data JPA 原有功能和各种特性; @@ -16,15 +16,17 @@ - `XML` 的方式功能强大,让 SQL 和 Java 代码解耦,易于维护; - 可以采用 Java 链式 `API` 来书写动态 SQL; - 可以采用动态条件注解和Java 链式 `API` 来书写出动态的 `Specification`。 +- 增强了更快速高效的 JPA 批量“增删改”的支持,支持非 `null` 属性的增量更新; +- 支持**雪花算法**的主键 ID 生成策略; - 具有动态性、极致的可复用性的优点; - SQL 执行结果可返回任意自定义的实体对象,比使用 JPA 自身的投影方式更加简单和自然; - 具有可扩展性,如:可自定义 `XML` 语义标签和对应的标签处理器来生成自定义逻辑的 SQL 片段和参数; -## ✔️ 支持场景 +## 🏖️️ 二、支持场景 适用于 Java `Spring Data JPA` 项目,`JDK 1.8` 及以上,Spring Data JPA 的版本须保证 `2.1.8.RELEASE` 及以上;如果你是 Spring Boot 项目,则 Spring Boot 的版本须保证 `2.1.5.RELEASE` 及以上。因为后续版本的 Spring Data JPA 对其中 `QueryLookupStrategy` 的代码有较大改动。 -## 🌱 Spring Boot 项目集成 +## ☘️ 三、Spring Boot 项目集成 如果你是 Spring Boot 项目,那么直接集成 `fenix-spring-boot-starter` 库,并使用 `@EnableFenix` 激活 Fenix 的相关配置信息。 @@ -32,23 +34,23 @@ > **注**:请确保你使用的 Spring Boot 版本是 **`v2.1.5.RELEASE` 及以上**,如果 Spring Boot 版本是 `v2.2.x.RELEASE` 及以上,则 Fenix 版本必须是 `v2.0.0` 版本及以上。 -### Maven +### 🌾 1. Maven ```xml