File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 1- # Code Generator 4
2- 此工具主要用于将Excel模板文档转换为数据库结构、初始数据的sql及多语言资源代码 。
1+ # Code Generator
2+ 此工具主要用于将 [ Excel模板 ] ( template ) 文档转换为数据库结构、初始数据的sql脚本及多语言资源代码 。
33
44## 主要功能
5- * 生成Mysql/SQLServer/SQLite的数据库结构代码(ddl)
6- * 生成初始数据的sql代码(dml)
7- * 生成适用于android/ios/json/java/.net等格式的国际化资源代码
5+ * DDL - 生成数据库结构代码,支持 Mysql/SQLServer/SQLite
6+ * DML - 生成初始数据的sql代码
7+ * MSG - 生成多语言资源代码,支持 Android/IOS/JSON/Java/.NET
8+
9+ ## 安装及使用
10+ 1 . 下载最新版[ cg4.jar] ( https://github.com/excel-code-generator/code-generator/releases )
11+ 2 . 保存cg4.jar到适合目录
12+ 3 . 运行 java -jar path-to-cg4.jar xxx
13+
14+ > Excel模板请参考 [ template] ( template )
815
916## 参数说明
1017```
@@ -40,7 +47,6 @@ Options:
4047---
4148Code Generator v4.0.0
4249By https://yanglb.com
43-
4450```
4551
4652## 用法示例
@@ -57,6 +63,6 @@ java -jar cg4.jar msg.json msg.xlsx
5763
5864## License
5965
60- Copyright (c) Copyright 2015-2020 yanglb.com. All rights reserved.
66+ Copyright (c) 2015-2020 yanglb.com. All rights reserved.
6167
6268Licensed under the [ Apache License 2.0] ( LICENSE ) license.
You can’t perform that action at this time.
0 commit comments