2c99e0e4e2ad9eca1cd08d2c291dd6514db68e60
code-gen.md
... | ... | @@ -61,9 +61,6 @@ FastAutoGenerator.create(ConfigUtils.load("pg.properties")) |
61 | 61 | |
62 | 62 | 示例配置 {#示例配置-1} |
63 | 63 | |
64 | -``` |
|
65 | - |
|
66 | -``` |
|
67 | 64 | |
68 | 65 | |
69 | 66 | |
... | ... | @@ -79,8 +76,10 @@ FastAutoGenerator.create(ConfigUtils.load("pg.properties")) |
79 | 76 | |
80 | 77 | |
81 | 78 | |
82 | -```java |
|
79 | +``` |
|
80 | + |
|
83 | 81 | DataSourceConfig dataSourceConfig = new DataSourceConfig.Builder("jdbc:mysql://127.0.0.1:3306/mybatis-plus", "root", "123456").build(); |
82 | + |
|
84 | 83 | ``` |
85 | 84 | |
86 | 85 |