mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-31 19:52:54 +08:00
Auto Upgrade
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user