- 添加了备份任务停止和重启接口及实现 - 实现了对MySQL数据库的支持,包括数据库名配置 - 重构了数据库连接和备份操作的SPI架构 - 优化了备份文件删除逻辑,支持目录递归删除 - 增加了连接名称唯一性校验 - 完善了备份任务状态管理和错误处理机制 - 更新了数据库连接参数验证逻辑
54 lines
678 B
Plaintext
54 lines
678 B
Plaintext
# Compiled class file
|
|
*.class
|
|
*.iml
|
|
*.idea
|
|
target/
|
|
logs/
|
|
docs/
|
|
.codex-tmp/
|
|
.docs/
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
*velocity.log*
|
|
|
|
# Eclipse #
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
|
|
.DS_Store
|
|
|
|
_dockerCerts/
|
|
|
|
.factorypath
|
|
|
|
node_modules/
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
rebel.xml
|
|
|
|
!DmJdbcDriver18.jar
|
|
!kingbase8-8.6.0.jar
|
|
/.fastRequest/collections/Root/Default Group/directory.json
|
|
/.fastRequest/collections/Root/directory.json
|
|
/.fastRequest/config/fastRequestCurrentProjectConfig.json
|