新增MySQL和pg数据库的同步

This commit is contained in:
2025-08-27 16:39:54 +08:00
parent ff5006a660
commit 306c93e9ad
8 changed files with 352 additions and 33 deletions

View File

@@ -0,0 +1,18 @@
package com.mini.capi.biz.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* <p>
* 数据同步任务执行日志表 前端控制器
* </p>
*
* @author gaoxq
* @since 2025-08-27
*/
@RestController
@RequestMapping("/biz/syncTaskLog")
public class SyncTaskLogController {
}