Skip to content

Commit f3de4df

Browse files
author
core-lib
committed
spring bean 名称完善
1 parent a2a4168 commit f3de4df

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.github.core-lib</groupId>
3838
<artifactId>sqlman</artifactId>
39-
<version>v1.0.5</version>
39+
<version>v1.0.6</version>
4040
</dependency>
4141
```
4242
## Spring-Boot 集成
@@ -204,6 +204,8 @@ SQL脚本需要遵循一定的命名规则以配合SQLMan进行版本高低的
204204
后续将会增加更多数据库的支持。
205205

206206
## 版本记录
207+
* v1.0.6
208+
1. Spring Bean 命名规范
207209
* v1.0.5
208210
1. 第一个正式版本
209211
2. 增加 README

pom.xml

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

77
<groupId>io.sqlman</groupId>
88
<artifactId>sqlman</artifactId>
9-
<version>v1.0.5</version>
9+
<version>v1.0.6</version>
1010

1111
<name>sqlman</name>
1212

0 commit comments

Comments
 (0)