Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/blame/commit/08342e48fa72c11ee40305a0aefc80c6d8e09051/ruoyi-generator/src/main/resources/generator.yml
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
|
|
|
|
|
# 代码生成
|
|
|
|
|
gen:
|
|
|
|
|
# 作者
|
|
|
|
|
author: ruoyi
|
|
|
|
|
# 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool
|
|
|
|
|
packageName: com.ruoyi.system
|
|
|
|
|
# 自动去除表前缀,默认是false
|
|
|
|
|
autoRemovePre: false
|
|
|
|
|
# 表前缀(生成类名不会包含表前缀,多个用逗号分隔)
|
|
|
|
|
tablePrefix: sys_
|