1. Background & Environment Overview To meet business requirements, a lightweight database backup component was integrated into the project. This component supports automatic backups for data sources like MySQL and MongoDB, but our project only needs to back up MySQL databases—we do not use MongoDB at all. However, after adding this component, the Spring Boot…