去除注解.

This commit is contained in:
lijiahang
2024-07-18 15:39:31 +08:00
parent 48d308b1a8
commit a71456b209
38 changed files with 1 additions and 38 deletions

View File

@@ -31,7 +31,6 @@ import javax.servlet.http.HttpServletRequest;
@RestWrapper
@RestController
@RequestMapping("/infra/auth")
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
public class AuthenticationController {
@Resource

View File

@@ -36,7 +36,6 @@ import java.util.List;
@RestWrapper
@RestController
@RequestMapping("/infra/dict-key")
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
public class DictKeyController {
@Resource

View File

@@ -40,7 +40,6 @@ import java.util.Map;
@RestWrapper
@RestController
@RequestMapping("/infra/dict-value")
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
public class DictValueController {
@Resource

View File

@@ -32,7 +32,6 @@ import java.util.stream.Collectors;
@RestWrapper
@RestController
@RequestMapping("/infra/expression")
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
public class ExpressionController {
@PermitAll

View File

@@ -27,7 +27,6 @@ import javax.annotation.Resource;
@RestWrapper
@RestController
@RequestMapping("/infra/favorite")
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
public class FavoriteController {
@Resource

View File

@@ -33,7 +33,6 @@ import javax.annotation.Resource;
@RestWrapper
@RestController
@RequestMapping("/infra/history-value")
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
public class HistoryValueController {
@Resource

View File

@@ -39,7 +39,6 @@ import java.util.List;
@RestWrapper
@RestController
@RequestMapping("/infra/mine")
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
public class MineController {
@Resource

View File

@@ -34,7 +34,6 @@ import java.util.List;
@RestWrapper
@RestController
@RequestMapping("/infra/operator-log")
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
public class OperatorLogController {
@Resource

View File

@@ -32,7 +32,6 @@ import java.util.List;
@RestWrapper
@RestController
@RequestMapping("/infra/permission")
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
public class PermissionController {
@Resource

View File

@@ -29,7 +29,6 @@ import java.util.Map;
@RestWrapper
@RestController
@RequestMapping("/infra/preference")
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
public class PreferenceController {
@Resource

View File

@@ -36,7 +36,6 @@ import java.util.List;
@RestWrapper
@RestController
@RequestMapping("/infra/system-menu")
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
public class SystemMenuController {
@Resource

View File

@@ -30,7 +30,6 @@ import java.util.Map;
@RestWrapper
@RestController
@RequestMapping("/infra/system-message")
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
public class SystemMessageController {
@Resource

View File

@@ -40,7 +40,6 @@ import java.util.List;
@RestWrapper
@RestController
@RequestMapping("/infra/system-role")
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
public class SystemRoleController {
@Resource

View File

@@ -28,7 +28,6 @@ import javax.annotation.Resource;
@RestWrapper
@RestController
@RequestMapping("/infra/system-setting")
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
public class SystemSettingController {
@Resource

View File

@@ -41,7 +41,6 @@ import java.util.List;
@RestWrapper
@RestController
@RequestMapping("/infra/system-user")
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
public class SystemUserController {
@Resource

View File

@@ -29,7 +29,6 @@ import java.util.List;
@RestWrapper
@RestController
@RequestMapping("/infra/tag")
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
public class TagController {
@Resource

View File

@@ -25,7 +25,6 @@ import java.util.List;
@RestWrapper
@RestController
@RequestMapping("/infra/tips")
@SuppressWarnings({"ELValidationInJSP", "SpringElInspection"})
public class TipsController {
@Resource