code-gen.md
... ...
@@ -7,6 +7,23 @@
7 7
数据库支持:MySql数据库 、Oracle数据库、Postgre数据库、达梦数据库、SQLServer数据库等
8 8
9 9
10
+
11
+
12
+## 安装
13
+
14
+pom 依赖
15
+
16
+```
17
+<dependency>
18
+ <groupId>com.sie.meta</groupId>
19
+ <artifactId>sie-snest-code-generator</artifactId>
20
+ <version>1.0-SNAPSHOT</version>
21
+</dependency>
22
+
23
+```
24
+
25
+
26
+
10 27
代码示例
11 28
```
12 29
FastAutoGenerator.create(ConfigUtils.load("pg.properties"))