添加越权处理
This commit is contained in:
parent
b09b12eed1
commit
55762491ce
|
|
@ -50,5 +50,10 @@ log:
|
||||||
file:
|
file:
|
||||||
# upload_path: /data/ahsbs/file
|
# upload_path: /data/ahsbs/file
|
||||||
temp_file_path: E:\\tempFile
|
temp_file_path: E:\\tempFile
|
||||||
|
# 导出sql文件的位置
|
||||||
|
sql:
|
||||||
|
dbname: jj_zhgd # 数据库名
|
||||||
|
filePath: F:\\File\\ #导出sql文件的位置 win下会直接在项目所在磁盘下建立 data/sql文件
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue