公告板
版本库
filestore
活动
搜索
登录
iplatform_group
/
iplatform
iplatform平台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
测试了aws oss,另外 mybatis模块还未完成
shikeying
2024-02-23
1d6e7763f4a30272cc0818ea12f83697b7375c45
[iplatform_group/iplatform.git]
/
iplatform-jdbc-generator
/
src
/
main
/
resources
/
generator.yml
1
2
3
4
5
6
7
8
9
10
11
# 代码生成,暂时未使用,直接放在 application-dev.yml 中了。
iplatform:
gen:
# 作者
author: Mike
# 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool
package-name: com.iplatform.model.po
# 自动去除表前缀,默认是false
auto-remove-pre: false
# 表前缀(生成类名不会包含表前缀,多个用逗号分隔)
table-prefix: s_