We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b940f4 commit 55ef3a3Copy full SHA for 55ef3a3
guide/generator.md
@@ -225,16 +225,6 @@ MyBatis-Plus 的代码生成器提供了大量的自定义参数供用户选择
225
dataSourceConfig.setPassword("password");
226
```
227
228
-- 配置 DataSourceConfig
229
-
230
- ```java
231
- DataSourceConfig dataSourceConfig = new DataSourceConfig();
232
- dataSourceConfig.setUrl("jdbc:mysql://localhost:3306/ant?useUnicode=true&useSSL=false&characterEncoding=utf8");
233
- dataSourceConfig.setDriverName("com.mysql.jdbc.Driver");
234
- dataSourceConfig.setUsername("root");
235
- dataSourceConfig.setPassword("password");
236
- ```
237
238
## 自定义模板引擎
239
240
请继承类 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
0 commit comments