Commit 0593ab42 authored by 黎博's avatar 黎博

修改接口名称

parent cf25a0b7
......@@ -49,7 +49,7 @@ public class DbSyncController {
* @param businessData 是否保留业务数据
* @return
*/
@GetMapping("/holmes")
@GetMapping("/one")
public JsonResult syncDatabase(@RequestParam String namespace, @RequestParam String dbName, @RequestParam String tableName, @RequestParam boolean businessData) {
try {
long startTime = System.currentTimeMillis();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment