⚡ 去除注解.
This commit is contained in:
@@ -31,7 +31,6 @@ import javax.servlet.http.HttpServletRequest;
|
||||
@RestWrapper
|
||||
@RestController
|
||||
@RequestMapping("/infra/auth")
|
||||
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
|
||||
public class AuthenticationController {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -36,7 +36,6 @@ import java.util.List;
|
||||
@RestWrapper
|
||||
@RestController
|
||||
@RequestMapping("/infra/dict-key")
|
||||
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
|
||||
public class DictKeyController {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -40,7 +40,6 @@ import java.util.Map;
|
||||
@RestWrapper
|
||||
@RestController
|
||||
@RequestMapping("/infra/dict-value")
|
||||
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
|
||||
public class DictValueController {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -32,7 +32,6 @@ import java.util.stream.Collectors;
|
||||
@RestWrapper
|
||||
@RestController
|
||||
@RequestMapping("/infra/expression")
|
||||
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
|
||||
public class ExpressionController {
|
||||
|
||||
@PermitAll
|
||||
|
||||
@@ -27,7 +27,6 @@ import javax.annotation.Resource;
|
||||
@RestWrapper
|
||||
@RestController
|
||||
@RequestMapping("/infra/favorite")
|
||||
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
|
||||
public class FavoriteController {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -33,7 +33,6 @@ import javax.annotation.Resource;
|
||||
@RestWrapper
|
||||
@RestController
|
||||
@RequestMapping("/infra/history-value")
|
||||
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
|
||||
public class HistoryValueController {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -39,7 +39,6 @@ import java.util.List;
|
||||
@RestWrapper
|
||||
@RestController
|
||||
@RequestMapping("/infra/mine")
|
||||
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
|
||||
public class MineController {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -34,7 +34,6 @@ import java.util.List;
|
||||
@RestWrapper
|
||||
@RestController
|
||||
@RequestMapping("/infra/operator-log")
|
||||
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
|
||||
public class OperatorLogController {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -32,7 +32,6 @@ import java.util.List;
|
||||
@RestWrapper
|
||||
@RestController
|
||||
@RequestMapping("/infra/permission")
|
||||
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
|
||||
public class PermissionController {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -29,7 +29,6 @@ import java.util.Map;
|
||||
@RestWrapper
|
||||
@RestController
|
||||
@RequestMapping("/infra/preference")
|
||||
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
|
||||
public class PreferenceController {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -36,7 +36,6 @@ import java.util.List;
|
||||
@RestWrapper
|
||||
@RestController
|
||||
@RequestMapping("/infra/system-menu")
|
||||
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
|
||||
public class SystemMenuController {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -30,7 +30,6 @@ import java.util.Map;
|
||||
@RestWrapper
|
||||
@RestController
|
||||
@RequestMapping("/infra/system-message")
|
||||
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
|
||||
public class SystemMessageController {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -40,7 +40,6 @@ import java.util.List;
|
||||
@RestWrapper
|
||||
@RestController
|
||||
@RequestMapping("/infra/system-role")
|
||||
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
|
||||
public class SystemRoleController {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -28,7 +28,6 @@ import javax.annotation.Resource;
|
||||
@RestWrapper
|
||||
@RestController
|
||||
@RequestMapping("/infra/system-setting")
|
||||
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
|
||||
public class SystemSettingController {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -41,7 +41,6 @@ import java.util.List;
|
||||
@RestWrapper
|
||||
@RestController
|
||||
@RequestMapping("/infra/system-user")
|
||||
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
|
||||
public class SystemUserController {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -29,7 +29,6 @@ import java.util.List;
|
||||
@RestWrapper
|
||||
@RestController
|
||||
@RequestMapping("/infra/tag")
|
||||
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
|
||||
public class TagController {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -25,7 +25,6 @@ import java.util.List;
|
||||
@RestWrapper
|
||||
@RestController
|
||||
@RequestMapping("/infra/tips")
|
||||
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
|
||||
public class TipsController {
|
||||
|
||||
@Resource
|
||||
|
||||
Reference in New Issue
Block a user