Skip to content

Commit b2f07cf

Browse files
committed
v4.5.4
1 parent 1325ec3 commit b2f07cf

3 files changed

Lines changed: 6 additions & 13 deletions

File tree

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,11 @@ cg update
3434

3535
> Windows/Mac/Linux 均相同。
3636
37-
## 在 Docker 中使用
38-
39-
```sh
40-
docker pull yanglibing/code-generator
41-
docker run --rm -it yanglibing/code-generator
42-
```
43-
4437
## 参数说明
4538

4639
```text
4740
用法:cg command file [options]
48-
Commands:
41+
Commands:
4942
update 检查并更新到最新版本
5043
ddl.mssql 生成SqlServer数据库结构SQL脚本(.ddl)
5144
ddl.mysql 生成MySql数据库结构SQL脚本(.ddl)
@@ -64,19 +57,19 @@ Options:
6457
-s,--sheets <names> 要处理的Excel Sheet名,默认除"#"开头外的全部Sheet
6558
-v,--version 打印版本信息
6659
67-
示例:
60+
示例:
6861
cg msg.json 001.xlsx
6962
cg msg.resx 001.xlsx --sheets Sheet1 Sheet2 Sheet5
7063
71-
帮助:
64+
帮助:
7265
cg ddl.mysql --help 显示数生成据库结构的更多帮助信息
7366
cg dml --help 显示生成初始数据的更多帮助信息
7467
cg msg.json --help 显示生成国际化资源的更多帮助信息
7568
7669
通过 cg command --help 查看指定命令的详细说明。
7770
7871
---
79-
Code Generator v4.5.3
72+
Code Generator v4.5.4
8073
By https://yanglb.com
8174
```
8275

pom.xml

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

77
<groupId>org.yanglb</groupId>
88
<artifactId>code-generator</artifactId>
9-
<version>4.5.3</version>
9+
<version>4.5.4</version>
1010
<packaging>jar</packaging>
1111

1212
<dependencies>

src/main/java/com/yanglb/codegen/utils/Infos.java

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

1818
public class Infos {
1919
public static final String Name = "Code Generator";
20-
public static final String Version = "4.5.3";
20+
public static final String Version = "4.5.4";
2121
public static final String Copyright = "Copyright 2015-2025 yanglb.com All Rights Reserved.";
2222
public static final String Author = "me@yanglb.com";
2323
public static final String Website = "https://yanglb.com";

0 commit comments

Comments
 (0)