diff --git a/securitycontrol-model/securitycontrol-system/src/main/resources/bootstrap.yml b/securitycontrol-model/securitycontrol-system/src/main/resources/bootstrap.yml index 20af2a6..4697ac8 100644 --- a/securitycontrol-model/securitycontrol-system/src/main/resources/bootstrap.yml +++ b/securitycontrol-model/securitycontrol-system/src/main/resources/bootstrap.yml @@ -50,5 +50,10 @@ log: file: # upload_path: /data/ahsbs/file temp_file_path: E:\\tempFile +# 导出sql文件的位置 +sql: + dbname: jj_zhgd # 数据库名 + filePath: F:\\File\\ #导出sql文件的位置 win下会直接在项目所在磁盘下建立 data/sql文件 +