Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
troyzhxu committed Nov 5, 2021
1 parent a608412 commit db3a121
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ https://gitee.com/ejlchina-zhxu/bean-searcher-demo
#### Spring Boot 项目,添加依赖即集成完毕:

```groovy
implementation 'com.ejlchina:bean-searcher-boot-stater:3.0.0'
implementation 'com.ejlchina:bean-searcher-boot-stater:3.0.1'
```

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

```groovy
implementation 'com.ejlchina:bean-searcher:3.0.0'
implementation 'com.ejlchina:bean-searcher:3.0.1'
```

然后可以使用 `SearcherBuilder` 构建一个检索器:
Expand Down
2 changes: 1 addition & 1 deletion bean-searcher-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.ejlchina</groupId>
<artifactId>bean-searcher-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bean-searcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.ejlchina</groupId>
<artifactId>bean-searcher-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.ejlchina</groupId>
<artifactId>bean-searcher-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -45,7 +45,7 @@
<connection>scm:git:https://github.com/ejlchina/bean-searcher.git</connection>
<developerConnection>scm:git:https://github.com/ejlchina/bean-searcher.git</developerConnection>
<url>https://github.com/ejlchina/bean-searcher</url>
<tag>v3.0.0</tag>
<tag>v3.0.1</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit db3a121

Please sign in to comment.