ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysIndexController.java
@@ -5,7 +5,6 @@ import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; @@ -15,7 +14,7 @@ * @author Lion Li */ @Api(value = "首页控制器", tags = {"首页管理"}) @RequiredArgsConstructor(onConstructor_ = @Autowired) @RequiredArgsConstructor @RestController public class SysIndexController {