Skip to content

Commit 3b3c993

Browse files
author
core-lib
committed
支持自动备份
1 parent d72ca2d commit 3b3c993

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
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.github.core-lib</groupId>
3939
<artifactId>sqlman</artifactId>
40-
<version>v1.2.0</version>
40+
<version>v1.2.1</version>
4141
</dependency>
4242
```
4343
## Spring-Boot 集成
@@ -219,6 +219,8 @@ SQL脚本需要遵循一定的命名规则以配合SQLMan进行版本高低的
219219
后续将会增加更多数据库的支持。
220220

221221
## 版本记录
222+
* v1.2.1
223+
1. 日志输出bug修复
222224
* v1.2.0
223225
1. 自动备份bug修复
224226
* v1.1.0

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.2.0</version>
9+
<version>v1.2.1</version>
1010

1111
<name>sqlman</name>
1212

0 commit comments

Comments
 (0)