We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72ca2d commit 3b3c993Copy full SHA for 3b3c993
2 files changed
README.md
@@ -37,7 +37,7 @@
37
<dependency>
38
<groupId>com.github.core-lib</groupId>
39
<artifactId>sqlman</artifactId>
40
- <version>v1.2.0</version>
+ <version>v1.2.1</version>
41
</dependency>
42
```
43
## Spring-Boot 集成
@@ -219,6 +219,8 @@ SQL脚本需要遵循一定的命名规则以配合SQLMan进行版本高低的
219
后续将会增加更多数据库的支持。
220
221
## 版本记录
222
+* v1.2.1
223
+ 1. 日志输出bug修复
224
* v1.2.0
225
1. 自动备份bug修复
226
* v1.1.0
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>io.sqlman</groupId>
8
9
10
11
<name>sqlman</name>
12
0 commit comments