Skip to content

Commit b6547e1

Browse files
committed
v4.2.7
1 parent e29d145 commit b6547e1

File tree

18 files changed

+34
-34
lines changed

18 files changed

+34
-34
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v4.2.6 @ 2024-01-08
1+
# v4.2.7 @ 2024-01-08
22

33
### ✨ Features
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Bean Searcher can work with any JavaWeb frameworks, such as: SpringBoot, SpringM
217217
All you need is to add a dependence:
218218

219219
```groovy
220-
implementation 'cn.zhxu:bean-searcher-boot-stater:4.2.6'
220+
implementation 'cn.zhxu:bean-searcher-boot-stater:4.2.7'
221221
```
222222

223223
and then you can inject Searcher into a `Controller` or `Service`:
@@ -241,7 +241,7 @@ private BeanSearcher beanSearcher;
241241
All you need is to add a dependence:
242242

243243
```groovy
244-
implementation 'cn.zhxu:bean-searcher-solon-plugin:4.2.6'
244+
implementation 'cn.zhxu:bean-searcher-solon-plugin:4.2.7'
245245
```
246246

247247
and then you can inject Searcher into a `Controller` or `Service`:
@@ -265,7 +265,7 @@ private BeanSearcher beanSearcher;
265265
Adding this dependence:
266266

267267
```groovy
268-
implementation 'cn.zhxu:bean-searcher:4.2.6'
268+
implementation 'cn.zhxu:bean-searcher:4.2.7'
269269
```
270270

271271
then you can build a `Searcher` with `SearcherBuilder`:

README.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ List<User> users = beanSearcher.searchList(User.class, params);
209209
#### Spring Boot 项目,添加依赖即集成完毕:
210210

211211
```groovy
212-
implementation 'cn.zhxu:bean-searcher-boot-stater:4.2.6'
212+
implementation 'cn.zhxu:bean-searcher-boot-stater:4.2.7'
213213
```
214214

215215
接着便可在 `Controller``Service` 里注入检索器:
@@ -231,7 +231,7 @@ private BeanSearcher beanSearcher;
231231
#### Solon 项目,添加依赖即集成完毕:
232232

233233
```groovy
234-
implementation 'cn.zhxu:bean-searcher-solon-plugin:4.2.6'
234+
implementation 'cn.zhxu:bean-searcher-solon-plugin:4.2.7'
235235
```
236236

237237
接着便可在 `Controller``Service` 里注入检索器:
@@ -253,7 +253,7 @@ private BeanSearcher beanSearcher;
253253
#### 其它框架,使用如下依赖:
254254

255255
```groovy
256-
implementation 'cn.zhxu:bean-searcher:4.2.6'
256+
implementation 'cn.zhxu:bean-searcher:4.2.7'
257257
```
258258

259259
然后可以使用 `SearcherBuilder` 构建一个检索器:

bean-searcher-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>cn.zhxu</groupId>
1313
<artifactId>bean-searcher-parent</artifactId>
14-
<version>4.2.6</version>
14+
<version>4.2.7</version>
1515
</parent>
1616

1717
<dependencies>

bean-searcher-demos/bs-demo-grails/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
implementation "org.grails.plugins:events"
6060
implementation "org.grails.plugins:gsp"
6161

62-
implementation "cn.zhxu:bean-searcher-boot-starter:4.1.2"
62+
implementation "cn.zhxu:bean-searcher-boot-starter:4.2.7"
6363

6464
profile "org.grails.profiles:web"
6565
runtimeOnly "org.glassfish.web:el-impl:2.2.1-b05"

bean-searcher-demos/bs-demo-jdkmods/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
<dependency>
2727
<groupId>cn.zhxu</groupId>
2828
<artifactId>bean-searcher-boot-starter</artifactId>
29-
<version>4.1.2</version>
29+
<version>4.2.7</version>
3030
</dependency>
3131

3232
<dependency>
3333
<groupId>cn.zhxu</groupId>
3434
<artifactId>xjsonkit-jackson</artifactId>
35-
<version>1.4.2</version>
35+
<version>1.4.3</version>
3636
</dependency>
3737

3838
<dependency>

bean-searcher-demos/bs-demo-mysql/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
<dependency>
2727
<groupId>cn.zhxu</groupId>
2828
<artifactId>bean-searcher-boot-starter</artifactId>
29-
<version>4.1.2</version>
29+
<version>4.2.7</version>
3030
</dependency>
3131

3232
<dependency>
3333
<groupId>cn.zhxu</groupId>
3434
<artifactId>xjsonkit-jackson</artifactId>
35-
<version>1.4.2</version>
35+
<version>1.4.3</version>
3636
</dependency>
3737

3838
<dependency>

bean-searcher-demos/bs-demo-pgsql/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
<dependency>
2727
<groupId>cn.zhxu</groupId>
2828
<artifactId>bean-searcher-boot-starter</artifactId>
29-
<version>4.1.2</version>
29+
<version>4.2.7</version>
3030
</dependency>
3131

3232
<dependency>
3333
<groupId>cn.zhxu</groupId>
3434
<artifactId>xjsonkit-jackson</artifactId>
35-
<version>1.4.2</version>
35+
<version>1.4.3</version>
3636
</dependency>
3737

3838
<dependency>

bean-searcher-demos/bs-demo-solon/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation "org.noear:solon.view.thymeleaf"
2222
implementation "org.noear:wood-solon-plugin"
2323

24-
implementation "cn.zhxu:bean-searcher-solon-plugin:4.2.6"
24+
implementation "cn.zhxu:bean-searcher-solon-plugin:4.2.7"
2525
// 若想使用 JSON 字段转对象的功能,可以添加此依赖
2626
implementation "cn.zhxu:xjsonkit-snack3:1.4.3"
2727

bean-searcher-demos/bs-demo-springboot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
<dependency>
3232
<groupId>cn.zhxu</groupId>
3333
<artifactId>bean-searcher-boot-starter</artifactId>
34-
<version>4.2.1</version>
34+
<version>4.2.7</version>
3535
</dependency>
3636

3737
<dependency>
3838
<groupId>cn.zhxu</groupId>
3939
<artifactId>xjsonkit-jackson</artifactId>
40-
<version>1.4.2</version>
40+
<version>1.4.3</version>
4141
</dependency>
4242

4343
<dependency>

bean-searcher-demos/bs-demo-sqlserver/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
<dependency>
2727
<groupId>cn.zhxu</groupId>
2828
<artifactId>bean-searcher-boot-starter</artifactId>
29-
<version>4.1.2</version>
29+
<version>4.2.7</version>
3030
</dependency>
3131

3232
<dependency>
3333
<groupId>cn.zhxu</groupId>
3434
<artifactId>xjsonkit-jackson</artifactId>
35-
<version>1.4.2</version>
35+
<version>1.4.3</version>
3636
</dependency>
3737

3838
<dependency>

bean-searcher-solon-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>cn.zhxu</groupId>
1313
<artifactId>bean-searcher-parent</artifactId>
14-
<version>4.2.6</version>
14+
<version>4.2.7</version>
1515
</parent>
1616

1717
<dependencies>

bean-searcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>cn.zhxu</groupId>
1313
<artifactId>bean-searcher-parent</artifactId>
14-
<version>4.2.6</version>
14+
<version>4.2.7</version>
1515
</parent>
1616

1717
<dependencies>

performance/vs-data-jdbc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '2.7.8'
2+
id 'org.springframework.boot' version '2.7.18'
33
id 'io.spring.dependency-management' version '1.0.15.RELEASE'
44
id 'java'
55
}
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
implementation 'cn.zhxu:bean-searcher-boot-starter:4.1.2'
17+
implementation 'cn.zhxu:bean-searcher-boot-starter:4.2.7'
1818
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
1919
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2020
runtimeOnly 'com.h2database:h2'

performance/vs-data-jpa/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '2.7.8'
2+
id 'org.springframework.boot' version '2.7.18'
33
id 'io.spring.dependency-management' version '1.0.15.RELEASE'
44
id 'java'
55
}
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
implementation 'cn.zhxu:bean-searcher-boot-starter:4.1.2'
17+
implementation 'cn.zhxu:bean-searcher-boot-starter:4.2.7'
1818
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
1919
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2020
runtimeOnly 'com.h2database:h2'

performance/vs-mybatis-plus/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '2.7.8'
2+
id 'org.springframework.boot' version '2.7.18'
33
id 'io.spring.dependency-management' version '1.0.15.RELEASE'
44
id 'java'
55
}
@@ -14,8 +14,8 @@ repositories {
1414
}
1515

1616
dependencies {
17-
implementation 'cn.zhxu:bean-searcher-boot-starter:4.1.2'
18-
implementation 'com.baomidou:mybatis-plus-boot-starter:3.5.3.1'
17+
implementation 'cn.zhxu:bean-searcher-boot-starter:4.2.7'
18+
implementation 'com.baomidou:mybatis-plus-boot-starter:3.5.5'
1919
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2020
runtimeOnly 'com.h2database:h2'
2121
}

performance/vs-mybatis/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '2.7.8'
2+
id 'org.springframework.boot' version '2.7.18'
33
id 'io.spring.dependency-management' version '1.0.15.RELEASE'
44
id 'java'
55
}
@@ -14,8 +14,8 @@ repositories {
1414
}
1515

1616
dependencies {
17-
implementation 'cn.zhxu:bean-searcher-boot-starter:4.1.2'
18-
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.2.2'
17+
implementation 'cn.zhxu:bean-searcher-boot-starter:4.2.7'
18+
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3'
1919
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2020
runtimeOnly 'com.h2database:h2'
2121
}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>cn.zhxu</groupId>
1111
<artifactId>bean-searcher-parent</artifactId>
12-
<version>4.2.6</version>
12+
<version>4.2.7</version>
1313

1414
<packaging>pom</packaging>
1515

@@ -49,7 +49,7 @@
4949
<connection>scm:git:https://github.com/troyzhxu/bean-searcher.git</connection>
5050
<developerConnection>scm:git:https://github.com/troyzhxu/bean-searcher.git</developerConnection>
5151
<url>https://github.com/troyzhxu/bean-searcher</url>
52-
<tag>v4.2.6</tag>
52+
<tag>v4.2.7</tag>
5353
</scm>
5454

5555
<dependencies>

0 commit comments

Comments
 (0)