高级设置

This commit is contained in:
苏竹红
2023-06-15 09:40:45 +08:00
parent c8914d554f
commit 81f74c54d6

View File

@@ -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 {