CN113111378B - Terminal, storage medium, annotation method and system, and pre-verification method and system - Google Patents

Terminal, storage medium, annotation method and system, and pre-verification method and system Download PDF

Info

Publication number
CN113111378B
CN113111378B CN202110402334.1A CN202110402334A CN113111378B CN 113111378 B CN113111378 B CN 113111378B CN 202110402334 A CN202110402334 A CN 202110402334A CN 113111378 B CN113111378 B CN 113111378B
Authority
CN
China
Prior art keywords
annotation
value
access request
custom
interceptor
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110402334.1A
Other languages
Chinese (zh)
Other versions
CN113111378A (en
Inventor
张悦
邓淮谦
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shandong Yingxin Computer Technology Co Ltd
Original Assignee
Shandong Yingxin Computer Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Yingxin Computer Technology Co Ltd filed Critical Shandong Yingxin Computer Technology Co Ltd
Priority to CN202110402334.1A priority Critical patent/CN113111378B/en
Publication of CN113111378A publication Critical patent/CN113111378A/en
Application granted granted Critical
Publication of CN113111378B publication Critical patent/CN113111378B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/73Program documentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented
    • G06F9/4492Inheritance

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Library & Information Science (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a terminal, a storage medium, an annotation method and a system, and a pre-verification method and a system, wherein the annotation method and the system can be as follows: creating a custom annotation, and transmitting an annotation value into the custom annotation; marking the marking object applied by the user-defined annotation; newly building a custom interceptor; the custom interceptor is used for acquiring an annotation value put in a custom annotation corresponding to the annotation object according to the front-end access request, acquiring the annotation value in the front-end access request, comparing the consistency of the acquired annotation value in the front-end access request with the acquired annotation value put in the custom annotation, and if the consistency is consistent, returning true, otherwise, returning fal e. The prepositive verification method and the system are based on the annotation method and the system, and can control whether the corresponding annotation object is executed or not according to the processing result returned by the user-defined interceptor. The terminal and the storage medium are capable of performing the respective related methods described above. The invention is used for increasing the application range of the pre-check.

Description

Terminal, storage medium, annotation method and system, and pre-verification method and system
Technical Field
The invention relates to the field of pre-calibration, in particular to a terminal, a storage medium, an annotation method and system, and a pre-calibration method and system.
Background
In the Springboot project, before accessing the target class and/or method, pre-verification is often required, and the access can be continued after the verification is passed.
The role authority verification annotation '@ PreAuthorize' provided by the existing Spring security (a security component provided by a Spring framework) encapsulates the relevant functions of role authority verification, is provided with a default role authority database table structure, and supports a developer to configure role authority by self definition. The developer adds the annotation to the method which needs the authority verification and writes the verification rule. In addition, in the microservice architecture, the filter carried by the gateway component can perform some pre-checks before route forwarding.
The existing technology for performing pre-verification has the following disadvantages:
the @ PreAuthorize annotation is only applicable to role authority verification, has a small application range, and cannot be expanded for verifying other functions.
2. The verifier carried by the gateway can verify the route forwarding, but the pre-verification of a specific method cannot be realized.
Therefore, the invention provides a terminal, a storage medium, an annotation method and system, and a pre-verification method and system, which are used for solving the problems.
Disclosure of Invention
In view of the above disadvantages in the prior art, the present invention provides a terminal, a storage medium, an annotation method and system, and a pre-calibration method and system, which are used to increase the application range of pre-calibration.
In a first aspect, the present invention provides an annotation method, which is applied to a Spring boot project, and is used for implementing pre-check, and includes the steps of:
newly creating a custom annotation, and putting a parameter value into the custom annotation, wherein the parameter value is marked as an annotation value;
labeling the labeling object applied by the user-defined note; the labeling object is any one or combination of a plurality of classes and methods in a Spring boot project;
newly building a custom interceptor;
the custom interceptor is used for acquiring an annotation value put in a custom annotation corresponding to the annotation object according to the front-end access request, acquiring the annotation value in the front-end access request, comparing the consistency of the acquired annotation value in the front-end access request with the acquired annotation value put in the custom annotation, and returning true if the consistency is consistent with the acquired annotation value, or returning false if the consistency is not consistent with the acquired annotation value.
Further, the custom interceptor inherits the webmvcconfigurerradapter class.
In a second aspect, the present invention provides an annotation system, which is applied to a Spring boot project, and is used for implementing pre-check, including:
the annotation module is used for newly creating a custom annotation, and a parameter value is put into the custom annotation and is recorded as an annotation value;
the marking module is used for marking the marking object applied by the user-defined note; the labeling object is any one or combination of a plurality of classes and methods in a Spring boot project;
the interceptor creating module is used for newly creating a custom interceptor; the custom interceptor is used for acquiring an annotation value put in a custom annotation corresponding to the annotation object according to the front-end access request, acquiring the annotation value in the front-end access request, comparing the acquired annotation value in the front-end access request with the acquired annotation value put in the custom annotation, and if the acquired annotation value in the front-end access request is consistent with the acquired annotation value in the custom annotation, returning true, otherwise, returning false.
Further, the custom interceptor inherits the WebMvcConfigurerAdapter class.
In a third aspect, the present invention provides a pre-verification method based on the annotation method described in the above aspects, comprising the steps of:
intercepting and receiving an access request sent by a front end; the access request comprises an annotation value and an annotation object which is requested to be accessed;
calling a custom interceptor to intercept and process the access request received by the custom interceptor and receiving a processing result returned by the custom interceptor;
controlling whether the annotation object requested to be accessed in the access request is executed or not according to a processing result returned by the custom interceptor;
the method comprises the following steps that a user-defined interceptor intercepts and processes the received access request, and comprises the following steps:
obtaining an annotation value intercepted from the received access request, and recording the annotation value as a first annotation value;
acquiring a tagged object requested to be accessed in the received access request, and marking the tagged object as a target tagged object;
obtaining an annotation value put in a user-defined annotation corresponding to the target annotation object, and recording the annotation value as a second annotation value;
comparing whether the first annotation value and the second annotation value are consistent:
if yes, returning to true;
if not, return to false.
In a fourth aspect, the present invention provides a pre-verification system, which is based on the annotation system described in the above aspects, and includes:
the access request intercepting unit is used for intercepting and receiving an access request sent by the front end; the access request comprises an annotation value and an annotation object requested to be accessed;
the user-defined interceptor is used for processing the access request intercepted by the access request intercepting unit and returning a processing result;
the annotation object execution unit is used for controlling whether the annotation object requested to be accessed in the access request is executed or not according to the processing result returned by the custom interceptor;
the method comprises the following steps that a user-defined interceptor intercepts and processes an access request sent by a front end and returns a processing result, and comprises the following steps:
obtaining an annotation value intercepted and received by an access request intercepting unit and recording the annotation value as a first annotation value;
acquiring a tagged object requested to be accessed in the received access request intercepted by the access request intercepting unit, and marking the tagged object as a target tagged object;
obtaining an annotation value put in a user-defined annotation corresponding to the target annotation object, and recording the annotation value as a second annotation value;
comparing whether the first annotation value and the second annotation value are consistent:
if yes, returning to true;
if not, return to false.
In a fifth aspect, the present invention provides a terminal, comprising:
a processor;
a memory for storing instructions for execution by the processor;
wherein the processor is configured to perform the annotation method of the above aspects.
In a sixth aspect, the present invention provides a terminal, including:
a processor;
a memory for storing instructions for execution by the processor;
wherein the processor is configured to perform the pre-check method as described above.
In a seventh aspect, the invention provides a computer readable storage medium storing a computer program which, when executed by a processor, implements the annotation method as described in the above aspects.
In an eighth aspect, the present invention provides a computer-readable storage medium storing a computer program which, when executed by a processor, implements the pre-verification method as described in the above aspects.
The beneficial effect of the invention is that,
the terminal, the storage medium, the annotation method and system, and the pre-calibration method and system provided by the invention are convenient for a user to add the self-defined annotation to the method or class needing pre-calibration through the self-defined annotation and the self-defined interceptor, increase the application range of the pre-calibration to a certain extent, and have the advantages of flexible use and convenient implementation.
In addition, the invention has reliable design principle, simple structure and very wide application prospect.
Drawings
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a schematic flow diagram of an annotation method of one embodiment of the invention.
FIG. 2 is a schematic block diagram of an annotation system of one embodiment of the invention.
FIG. 3 is a schematic flow chart diagram of a pre-verification method according to an embodiment of the invention.
FIG. 4 is a schematic block diagram of a pre-verification system in accordance with one embodiment of the invention.
Fig. 5 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Fig. 6 is a schematic structural diagram of a computer storage medium according to an embodiment of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiment of the present invention, and it is obvious that the described embodiment is only a part of the embodiment of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
FIG. 1 is a schematic flow diagram of an annotation method of one embodiment of the invention. The annotation method is applied to the Spring boot project and used for achieving pre-verification.
As shown in fig. 1, the annotation method 100 includes:
step 110, creating a new custom annotation, and transmitting a parameter value into the custom annotation, wherein the parameter value is marked as an annotation value;
step 120, labeling the labeling object applied by the custom note; the labeling object is any one or combination of a plurality of classes and methods in a Spring boot project;
step 130, building a custom interceptor; the custom interceptor is used for acquiring an annotation value put in a custom annotation corresponding to the annotation object according to the front-end access request, acquiring the annotation value in the front-end access request, comparing the consistency of the acquired annotation value in the front-end access request with the acquired annotation value put in the custom annotation, and returning true if the consistency is consistent with the acquired annotation value, or returning false if the consistency is not consistent with the acquired annotation value.
Optionally, as an embodiment of the present invention, the custom interceptor inherits the webmvcconfigureradadapter class.
To facilitate an understanding of the present invention, the annotation method 100 is described below using the principles of the annotation method of the present invention, and the following scenario as an example.
Example (c): when some online shopping mall is used for promotion, different promotion activities can be participated to realize annotation according to different member levels (namely, vip levels) of users, so that pre-verification is carried out when a front-end accesses a promotion activity method.
Specifically, the annotation method includes:
step P1: and creating a new custom annotation.
In specific implementation, a custom annotation CheckVip is written, and the custom annotation CheckVip supports the introduction of a value (namely, an annotation value) which is the VIP level of the current user.
Step P2: and marking the marking object applied by the user-defined annotation.
Specifically, the annotation object applied by the custom annotation CheckVip is annotated, that is, the annotation object can be used for annotating the class and the method of the custom annotation CheckVip. For example, a custom annotation CheckVip is added to a method and a class which need to be checked, if a certain activity needs a VIP level of 1 to be attended, the annotation CheckVip needs to be added with @ CheckVip ("VIP:1"), and the corresponding annotated value is "1".
The implementation codes of step P1 and step P2 can refer to the following codes:
Figure BDA0003020794160000071
step P3: and (5) newly building a custom interceptor.
Specifically, a custom interceptor inheritance handler interceptor adapter class is written, which is used to obtain an annotation value (in this embodiment, a VIP level in user information in the front-end access request) in the front-end access request, to obtain an annotation value (a VIP level) placed in the custom annotation CheckVip, and to compare the two obtained annotation values (actually, two VIP levels), and if the comparison result is consistent, it indicates that the VIP level of the user conforms to the preset of the annotation method 100, and returns true, otherwise returns false. The implementation code of the custom interceptor can refer to the following code:
Figure BDA0003020794160000081
Figure BDA0003020794160000091
in specific implementation, the interceptor just defined is added into the interceptor inheriting the WebMvcConfigrerAdapter class, and the intercepted path rule is set. The specific implementation code can refer to the following codes:
Figure BDA0003020794160000092
Figure BDA0003020794160000101
fig. 2 is an embodiment of the annotation system according to the invention. The annotation system is applied to the Spring boot project and used for achieving pre-check.
As shown in fig. 2, the annotation system 200 comprises:
the annotation module 201 is configured to create a new custom annotation, where a parameter value is put into the custom annotation, and the parameter value is recorded as an annotation value;
a labeling module 202, configured to label a label object applied by the custom note; the labeling object is any one or combination of a plurality of classes and methods in a Spring boot project;
the interceptor creating module 203 is used for newly creating a custom interceptor; the custom interceptor is used for acquiring an annotation value put in a custom annotation corresponding to the annotation object according to the front-end access request, acquiring the annotation value in the front-end access request, comparing the acquired annotation value in the front-end access request with the acquired annotation value put in the custom annotation, and if the acquired annotation value in the front-end access request is consistent with the acquired annotation value put in the custom annotation, returning true, otherwise, returning false.
Optionally, the custom interceptor inherits the webmvcconfigurerradapter class.
Fig. 3 is an embodiment of the pre-verification method of the present invention. The pre-check method is based on the annotation method 100 described above, and is applied to the Spring boot project.
Specifically, as shown in fig. 3, the pre-verification method includes the steps of:
step S1, intercepting and receiving the access request sent by the front end; the access request comprises an annotation value and an annotation object requested to be accessed;
step S2, calling a custom interceptor to intercept and process the received access request and receiving a processing result returned by the custom interceptor;
and step S3, controlling whether the annotation object requested to be accessed in the access request is executed or not according to the processing result returned by the custom interceptor.
In step S2, the user-defined interceptor intercepting and processing the received access request includes the steps of:
obtaining an annotation value intercepted from the received access request, and recording the annotation value as a first annotation value;
acquiring a tagged object requested to be accessed in the received access request, and marking the tagged object as a target tagged object;
obtaining an annotation value put in a user-defined annotation corresponding to the target annotation object, and recording the annotation value as a second annotation value;
comparing the first annotation value to the second annotation value for correspondence:
if yes, returning to true;
if not, return to false.
In this embodiment, the step S3 includes:
when the processing result returned by the custom interceptor is true, controlling the execution of the annotation object which is requested to be accessed in the access request;
and when the processing result returned by the custom interceptor is false, controlling the annotated object which is requested to be accessed in the access request not to be executed, and returning an error prompt.
FIG. 4 is one embodiment of a pre-verification system of the present invention. The pre-check system is based on the annotation system described above and is applied to the Spring boot project.
Specifically, as shown in fig. 4, the pre-verification system 500 includes:
an access request intercepting unit 501, configured to intercept an access request sent by a receiving front end; the access request comprises an annotation value and an annotation object which is requested to be accessed;
the custom interceptor 502 is used for processing the access request intercepted by the access request intercepting unit and returning a processing result;
and the annotation object execution unit 503 is configured to control whether to execute the annotation object requested to be accessed in the access request according to the processing result returned by the custom interceptor.
The custom interceptor 502 processes the access request intercepted by the access request intercepting unit 501, and returns a processing result, and specifically includes the steps of:
obtaining an annotation value intercepted and received by an access request intercepting unit 501, and recording the annotation value as a first annotation value;
acquiring a tagged object requested to be accessed in the received access request, intercepted by the access request intercepting unit 501, and recording the tagged object as a target tagged object;
obtaining an annotation value put in a user-defined annotation corresponding to the target annotation object, and recording the annotation value as a second annotation value;
comparing the first annotation value to the second annotation value for correspondence:
if yes, returning to true;
if not, return to false.
Fig. 5 is a schematic structural diagram of a terminal 300 according to an embodiment of the present invention, where the terminal 300 may be used to execute the annotation method 100 according to the embodiment of the present invention.
Among them, the terminal 300 may include: a processor 310, a memory 320, and a communication unit 330. The components communicate via one or more buses, and those skilled in the art will appreciate that the architecture of the servers shown in the figures is not intended to be limiting, and may be a bus architecture, a star architecture, a combination of more or less components than those shown, or a different arrangement of components.
The memory 320 may be used for storing instructions executed by the processor 310, and the memory 320 may be implemented by any type of volatile or non-volatile storage terminal or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk. The executable instructions in memory 320, when executed by processor 310, enable terminal 300 to perform some or all of the steps in the method embodiments described below.
The processor 310 is a control center of the storage terminal, connects various parts of the entire electronic terminal using various interfaces and lines, and performs various functions of the electronic terminal and/or processes data by operating or executing software programs and/or modules stored in the memory 320 and calling data stored in the memory. The processor may be formed by an Integrated Circuit (IC), for example, a single packaged IC, or a plurality of packaged ICs with the same or different functions. For example, the processor 310 may include only a Central Processing Unit (CPU). In the embodiment of the present invention, the CPU may be a single operation core, or may include multiple operation cores.
A communication unit 330, configured to establish a communication channel so that the storage terminal can communicate with other terminals. And receiving user data sent by other terminals or sending the user data to other terminals.
The present invention further provides another terminal, which can be used to execute the pre-calibration method provided in the embodiment of the present invention, and specifically, refer to fig. 5 for a schematic structural diagram of the terminal 300 and its (terminal 300) in this specification.
The present invention also provides a computer storage medium 400, as shown in fig. 6, wherein the computer storage medium 400 may store a program 410, and the program 410 may include some or all of the steps in the embodiments provided by the present invention when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
The same and similar parts in the various embodiments in this specification may be referred to each other. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and the relevant points can be referred to the description in the method embodiment.
Although the present invention has been described in detail in connection with the preferred embodiments with reference to the accompanying drawings, the present invention is not limited thereto. Various equivalent modifications or substitutions can be made on the embodiments of the present invention by those skilled in the art without departing from the spirit and scope of the present invention, and these modifications or substitutions are within the scope of the present invention/any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (6)

1. A pre-calibration method is characterized in that the pre-calibration method is applied to a Spring boot project based on an annotation method, and comprises the following steps:
intercepting and receiving an access request sent by a front end; the access request comprises an annotation value and an annotation object requested to be accessed;
calling a custom interceptor to intercept and process the received access request and receiving a processing result returned by the custom interceptor;
controlling whether the annotation object requested to be accessed in the access request is executed or not according to a processing result returned by the custom interceptor;
the method comprises the following steps that a user-defined interceptor intercepts and processes the received access request, and comprises the following steps:
obtaining an annotation value intercepted from the received access request, and recording the annotation value as a first annotation value;
acquiring a tagged object requested to be accessed in the received access request, and marking the tagged object as a target tagged object;
obtaining an annotation value put in a user-defined annotation corresponding to the target annotation object, and recording the annotation value as a second annotation value;
comparing the first annotation value to the second annotation value for correspondence:
if yes, returning to true;
if not, returning to false;
the annotation method comprises the following steps:
newly building a custom annotation, and introducing a parameter value into the custom annotation, wherein the parameter value is recorded as an annotation value;
marking the marking object applied by the user-defined annotation; the labeling object is any one or combination of a plurality of classes and methods in a Spring boot project;
newly building a custom interceptor;
the custom interceptor is used for acquiring an annotation value put in a custom annotation corresponding to the annotation object according to the front-end access request, acquiring the annotation value in the front-end access request, comparing the consistency of the acquired annotation value in the front-end access request with the acquired annotation value put in the custom annotation, and returning true if the consistency is consistent with the acquired annotation value in the custom annotation, or returning false if the consistency is not consistent with the acquired annotation value in the custom annotation.
2. The pre-check method of claim 1, wherein the custom interceptor inherits a webmvcconfigurerradapter class.
3. A pre-verification system is characterized in that the system is based on an annotation system and applied to a Spring boot project, and comprises the following components:
the access request intercepting unit is used for intercepting and receiving an access request sent by the front end; the access request comprises an annotation value and an annotation object requested to be accessed;
the user-defined interceptor is used for processing the access request intercepted by the access request intercepting unit and returning a processing result;
the annotation object execution unit is used for controlling whether the annotation object requested to be accessed in the access request is executed or not according to the processing result returned by the custom interceptor;
the method comprises the following steps that a user-defined interceptor intercepts and processes an access request sent by a front end and returns a processing result, and comprises the following steps:
obtaining an annotation value intercepted and received by an access request intercepting unit and recording the annotation value as a first annotation value;
acquiring a tagged object requested to be accessed in the received access request intercepted by the access request intercepting unit, and marking the tagged object as a target tagged object;
obtaining an annotation value put in a user-defined annotation corresponding to the target annotation object, and recording the annotation value as a second annotation value;
comparing the first annotation value to the second annotation value for correspondence:
if yes, returning to true;
if not, returning to false;
the annotation system comprises:
the annotation module is used for newly creating a custom annotation, and a parameter value is put into the custom annotation and is recorded as an annotation value;
the marking module is used for marking the marking object applied by the user-defined note; the labeling object is any one or combination of a plurality of classes and methods in a Spring boot project;
the interceptor creating module is used for newly creating a custom interceptor; the custom interceptor is used for acquiring an annotation value put in a custom annotation corresponding to the annotation object according to the front-end access request, acquiring the annotation value in the front-end access request, comparing the acquired annotation value in the front-end access request with the acquired annotation value put in the custom annotation, and if the acquired annotation value in the front-end access request is consistent with the acquired annotation value in the custom annotation, returning true, otherwise, returning false.
4. The pre-verification system of claim 3, wherein the custom interceptor inherits a WebMvcConfigrerAdapter class.
5. A terminal, comprising:
a processor;
a memory for storing instructions for execution by the processor;
wherein the processor is configured to perform the method of claim 1.
6. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method as claimed in claim 1.
CN202110402334.1A 2021-04-14 2021-04-14 Terminal, storage medium, annotation method and system, and pre-verification method and system Active CN113111378B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110402334.1A CN113111378B (en) 2021-04-14 2021-04-14 Terminal, storage medium, annotation method and system, and pre-verification method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110402334.1A CN113111378B (en) 2021-04-14 2021-04-14 Terminal, storage medium, annotation method and system, and pre-verification method and system

Publications (2)

Publication Number Publication Date
CN113111378A CN113111378A (en) 2021-07-13
CN113111378B true CN113111378B (en) 2022-07-22

Family

ID=76717530

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110402334.1A Active CN113111378B (en) 2021-04-14 2021-04-14 Terminal, storage medium, annotation method and system, and pre-verification method and system

Country Status (1)

Country Link
CN (1) CN113111378B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113568764A (en) * 2021-07-29 2021-10-29 工银科技有限公司 User information acquisition method, device, equipment and medium for micro service

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108415834A (en) * 2018-02-12 2018-08-17 平安科技(深圳)有限公司 Explain rear end method of calibration, device, computer equipment and storage medium
CN111680068A (en) * 2020-06-02 2020-09-18 深圳乐信软件技术有限公司 Verification method, device, equipment and storage medium
CN112463506A (en) * 2020-12-15 2021-03-09 山东浪潮商用系统有限公司 AOP-based RESTful API unified parameter verification method
CN112631695A (en) * 2020-12-22 2021-04-09 北京达佳互联信息技术有限公司 Data verification method and device, electronic equipment and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10176087B1 (en) * 2017-08-31 2019-01-08 Intuit Inc. Autogenic test framework
CN111191246A (en) * 2019-12-19 2020-05-22 杭州安恒信息技术股份有限公司 Spring annotation based security development verification method
CN111737746A (en) * 2020-06-24 2020-10-02 四川长虹电器股份有限公司 Method for desensitizing dynamic configuration data based on java annotation
CN112596932A (en) * 2021-01-04 2021-04-02 天冕信息技术(深圳)有限公司 Service registration and interception method and device, electronic equipment and readable storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108415834A (en) * 2018-02-12 2018-08-17 平安科技(深圳)有限公司 Explain rear end method of calibration, device, computer equipment and storage medium
CN111680068A (en) * 2020-06-02 2020-09-18 深圳乐信软件技术有限公司 Verification method, device, equipment and storage medium
CN112463506A (en) * 2020-12-15 2021-03-09 山东浪潮商用系统有限公司 AOP-based RESTful API unified parameter verification method
CN112631695A (en) * 2020-12-22 2021-04-09 北京达佳互联信息技术有限公司 Data verification method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN113111378A (en) 2021-07-13

Similar Documents

Publication Publication Date Title
CN111625452B (en) Flow playback method and system
CN109474578B (en) Message checking method, device, computer equipment and storage medium
CN111428462B (en) Communication protocol template construction method and terminal equipment
CN112256558B (en) Test case generation method and device, computer equipment and storage medium
CN110764942A (en) Multi-type data checking method, device, computer system and readable storage medium
CN111414391A (en) Method and system for accessing multiple data sources
CN111177776A (en) Multi-tenant data isolation method and system
CN111767144A (en) Transaction routing determination method, device, equipment and system for transaction data
CN111988302A (en) Method, system, terminal and storage medium for detecting rebound program
CN113111378B (en) Terminal, storage medium, annotation method and system, and pre-verification method and system
CN114116078A (en) Application data processing method, device, equipment and medium based on micro front end
CN113672894A (en) Data processing method, device and equipment for identifying code request and storage medium
CN111831365A (en) Interface route forwarding method, system, computer equipment and readable storage medium
CN115437933A (en) Automatic testing method and device, computer equipment and storage medium
CN111581077A (en) Intelligent contract testing method and device
CN113778878A (en) Interface testing method and device, electronic equipment and storage medium
CN109491909A (en) A kind of CPLD refreshes verification method, device, terminal and storage medium
CN112559352A (en) Interface test method, device, equipment and storage medium
CN114443039A (en) Input parameter verification method and device, electronic equipment and storage medium
CN114429408B (en) Method, device, equipment and system for checking configuration file of intelligent substation
CN114443101B (en) System advanced audit policy updating method, system, terminal and storage medium
CN115221559A (en) Data account access authorization method and device
CN115203747A (en) Data account creation method and device
CN114745185A (en) Cluster access method and device
CN111447080B (en) Private network decentralization control method, device and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant