高级设置
This commit is contained in:
@@ -10,8 +10,7 @@ import io.swagger.annotations.ApiOperation;
|
|||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
import org.springframework.web.bind.annotation.RequestBody;
|
import org.springframework.web.bind.annotation.RequestBody;
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.*;
|
||||||
import org.springframework.web.bind.annotation.RestController;
|
|
||||||
|
|
||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
|
|
||||||
@@ -20,7 +19,7 @@ import javax.annotation.Resource;
|
|||||||
* @Date 2023/6/14 20:48
|
* @Date 2023/6/14 20:48
|
||||||
* @Version 1.0
|
* @Version 1.0
|
||||||
*/
|
*/
|
||||||
@RestControlle
|
@RestController
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class AdvanceSettingController {
|
public class AdvanceSettingController {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user