Auto Upgrade

This commit is contained in:
jipengfei-jpf
2023-07-23 17:47:20 +08:00
parent 2f42d74c60
commit 64142f9e9f
8 changed files with 80 additions and 4 deletions

View File

@ -23,6 +23,9 @@ import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* database controller
*/
@ConnectionInfoAspect
@RequestMapping("/api/rdb/database")
@RestController

View File

@ -23,6 +23,9 @@ import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* shema controller
*/
@ConnectionInfoAspect
@RequestMapping("/api/rdb/schema")
@RestController