From 2e9358869606ad2af7c0a9462e4284124692eaa3 Mon Sep 17 00:00:00 2001 From: blinkfox Date: Fri, 18 Oct 2019 00:41:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=20v2.0.0=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E6=94=AF=E6=8C=81=20Spring=20Boot=20?= =?UTF-8?q?=E5=92=8C=20JPA=20v2.2.x=20=E5=8F=8A=E4=BB=A5=E4=B8=8A=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 72ed3b6..bb8e601 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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-v1.1.1-blue)](https://search.maven.org/artifact/com.blinkfox/fenix/1.1.1/jar) [![fenix starter](https://img.shields.io/badge/fenix%20spring%20boot%20starter-v1.1.1-blue)](https://search.maven.org/artifact/com.blinkfox/fenix-spring-boot-starter/1.1.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.0.0-blue)](https://search.maven.org/artifact/com.blinkfox/fenix/2.0.0/jar) [![fenix starter](https://img.shields.io/badge/fenix%20spring%20boot%20starter-v2.0.0-blue)](https://search.maven.org/artifact/com.blinkfox/fenix-spring-boot-starter/2.0.0/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。 @@ -27,7 +27,7 @@ 如果你**不是 Spring Boot 项目**,请参看[这里](https://blinkfox.github.io/fenix/#/quick-install?id=not-spring-boot-project) 的配置方式。 -> **注**:请确保你使用的 Spring Boot 版本是 **`2.1.5.RELEASE` 及以上**。 +> **注**:请确保你使用的 Spring Boot 版本是 **`v2.1.5.RELEASE` 及以上**,如果 Spring Boot 版本是 `v2.2.x.RELEASE` 及以上,则 Fenix 版本必须是 `v2.0.0` 版本及以上。 ### Maven @@ -35,14 +35,14 @@ com.blinkfox fenix-spring-boot-starter - 1.1.1 + 2.0.0 ``` ### Gradle ```bash -compile 'com.blinkfox:fenix-spring-boot-starter:1.1.1' +compile 'com.blinkfox:fenix-spring-boot-starter:2.0.0' ``` ### 激活 Fenix FactoryBean diff --git a/pom.xml b/pom.xml index 5987fd7..8d30942 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.blinkfox fenix - 2.0.0-SNAPSHOT + 2.0.0 jar fenix