Skip to content

Commit 15e8c6a

Browse files
committed
perf: 代码生成默认不允许生成文件覆盖到本地
1 parent 95a6f31 commit 15e8c6a

File tree

1 file changed

+1
-1
lines changed
  • ruoyi-fastapi-backend/config

1 file changed

+1
-1
lines changed

ruoyi-fastapi-backend/config/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class GenSettings:
7373
package_name = 'module_admin.system'
7474
auto_remove_pre = False
7575
table_prefix = 'sys_'
76-
allow_overwrite = True
76+
allow_overwrite = False
7777

7878
GEN_PATH = 'vf_admin/gen_path'
7979

0 commit comments

Comments
 (0)