CN112486461A - Information processing system based on springboot frame - Google Patents

Information processing system based on springboot frame Download PDF

Info

Publication number
CN112486461A
CN112486461A CN202011384753.9A CN202011384753A CN112486461A CN 112486461 A CN112486461 A CN 112486461A CN 202011384753 A CN202011384753 A CN 202011384753A CN 112486461 A CN112486461 A CN 112486461A
Authority
CN
China
Prior art keywords
feedback result
request
controller
result
keyword
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.)
Granted
Application number
CN202011384753.9A
Other languages
Chinese (zh)
Other versions
CN112486461B (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.)
Richinfo Technology Co ltd
Original Assignee
Richinfo 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 Richinfo Technology Co ltd filed Critical Richinfo Technology Co ltd
Priority to CN202011384753.9A priority Critical patent/CN112486461B/en
Publication of CN112486461A publication Critical patent/CN112486461A/en
Application granted granted Critical
Publication of CN112486461B publication Critical patent/CN112486461B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design

Abstract

The invention provides an information processing system based on a springboot frame, which comprises a springboot service layer and a display layer, wherein the springboot service layer is used for acquiring an input office request, the office request comprises an editing fast text operation, a preset classification model is used for classifying the office request, the office request is mapped to a functional interface with a fast text editing function based on a classification result so as to realize the processing of a fast text to be edited and the acquisition of the edited fast text, and the edited fast text is used as a feedback result; the display layer is used for obtaining the feedback result and displaying according to the feedback result. According to the invention, the information processing system is constructed by using the springboot frame, and the classification mapping is realized by using the springboot frame, so that the project is simply, quickly and conveniently constructed, and the development and deployment efficiency is improved.

Description

Information processing system based on springboot frame
Technical Field
The embodiment of the invention relates to the field of information interaction of office platforms, in particular to an information processing system based on a springboot frame.
Background
In the office field, efficient management, safe storage and rapid utilization of information processing systems are generally required, information interaction of the information processing systems through system architecture schemes is continuously developed and changed, and from an initial single system architecture scheme to a later multi-module architecture scheme, the stability and performance of the system are improved on a basic level by the appearance of each scheme.
Nowadays, internet manufacturers also push out their own micro-service frameworks, but the existing methods depend on design modes, and require developers to increase workload, which results in low efficiency of project building and development and deployment.
Disclosure of Invention
The invention provides an information processing system based on a springboot frame, which is characterized in that the springboot frame is used for constructing the information processing system, classification mapping is realized through the springboot frame, projects are simply, quickly and conveniently constructed, and the development and deployment efficiency is improved.
In a first aspect, the invention provides an information processing system based on a springboot framework, which comprises a springboot service layer and a presentation layer,
the springboot service layer is used for acquiring an input office request, the office request comprises an editing fast text operation, a preset classification model is used for classifying the office request, the office request is mapped to a functional interface with a fast text editing function based on a classification result, so that the fast text to be edited is processed, the edited fast text is acquired, and the edited fast text is used as a feedback result;
the display layer is used for obtaining the feedback result and displaying according to the feedback result.
Further, the springboot service layer further comprises a first controller, a mapping processor, a functional interface, a second controller and a storage module.
The first controller is used for acquiring the office request input from a WEB interface, sending the office request to a mapping processor, acquiring a mapping result from the mapping processor, calling one or more functional interfaces based on the mapping result, sending the office request to the corresponding second controller through the functional interfaces, acquiring a feedback result, and sending the feedback result to the display layer;
the mapping processor is used for classifying the office requests, generating the mapping result and sending the mapping result to the first controller;
the second controller is one or more than one, and is used for processing the office request, generating a feedback result and sending the feedback result to the first controller;
the storage module is used for storing the feedback result.
Further, the springboot service layer also comprises a JSP view module and a javabean model,
the JSP view module is used for generating a visual interface from the feedback result and sending the visual interface to the display layer;
the java bean model is used for acquiring the feedback result, packaging the feedback result and sending the packaged feedback result to the storage module;
the storage module is used for storing the packaged feedback result.
Further, the second controller is also used for generating a first keyword based on the feedback result;
the storage module is also used for storing the feedback result and the corresponding first keyword in a key value pair mode.
Further, the office request also comprises a query request, the query request comprises a second keyword,
the first controller is further configured to determine the second keyword from the query request, send the second keyword to the storage module, obtain a query result of the storage module, and send the query result to the presentation layer;
the storage module is used for inquiring the first keyword which is the same as the second keyword, reading a feedback result corresponding to the first keyword, and sending the feedback result serving as an inquiry result to the first controller.
Further, the office request also comprises a fast text deleting request, the fast text deleting request comprises a third key word,
the first controller is further configured to determine the third keyword from the fast text deletion request, send the third keyword to the storage module, obtain deletion prompt information of the storage module, and send the deletion prompt information to the display layer;
the storage module is further configured to query the first keyword identical to the third keyword, read a feedback result corresponding to the first keyword, delete the feedback result, generate deletion prompt information, and send the deletion prompt information to the first controller;
the display layer is also used for displaying the deletion prompt information.
Further, the storage module is a Mysql database and/or a redis database.
Further, the system comprises a WEB interface, wherein the WEB interface is used for receiving an office request of a user and sending the office request to the springboot service layer.
According to the invention, the information processing system is constructed by using the springboot frame, and the classification mapping is realized by using the springboot frame, so that the project is simply, quickly and conveniently constructed, and the development and deployment efficiency is improved.
Drawings
Fig. 1 shows an information processing system based on a springboot framework according to a first embodiment.
Fig. 2 is a block diagram of an alternative embodiment of the first embodiment.
Fig. 3 is a block diagram of an alternative embodiment of the first embodiment.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the steps as a sequential process, many of the steps can be performed in parallel, concurrently or simultaneously. In addition, the order of the steps may be rearranged. A process may be terminated when its operations are completed, but may have additional steps not included in the figure. A process may correspond to a method, a function, a procedure, a subroutine, a subprogram, etc.
Furthermore, the terms "first," "second," and the like may be used herein to describe various orientations, actions, steps, elements, or the like, but the orientations, actions, steps, or elements are not limited by these terms. These terms are only used to distinguish one direction, action, step or element from another direction, action, step or element. For example, the first feature information may be the second feature information or the third feature information, and similarly, the second feature information and the third feature information may be the first feature information without departing from the scope of the present application. The first characteristic information, the second characteristic information and the third characteristic information are characteristic information of the distributed file system, but are not the same characteristic information. The terms "first", "second", etc. are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include one or more of that feature. In the description of the present invention, "plurality", "batch" means at least two, e.g., two, three, etc., unless specifically limited otherwise.
The terms and abbreviations used in the following examples have the following meanings:
spring: spring is an open source development framework, is mainly used for developing java application and constructing web application of a J2EE platform, and is at the core of providing a new mechanism for managing service objects and dependency relationships thereof.
WEB interface: the files organized according to HTML format in the network appear in the form of information interface when the information is inquired through the world wide web, and can include information such as graphics, characters, sound and video.
Example one
The embodiment provides an information processing system based on a springboot framework, and as shown in fig. 1, the information processing system comprises a springboot service layer 100 and a presentation layer 200.
The springboot service layer 100 is configured to obtain an input office request, where the office request includes an editing fast text operation, classify the office request using a preset classification model, map the office request to a functional interface having a fast text editing function based on a classification result, so as to process a fast text to be edited and obtain an edited fast text, and use the edited fast text as a feedback result; optionally, the Springboot service layer 100 adopts a Springboot framework or SSM framework, where the SSM refers to a SpringMVC as a controller, the springframework manages components of each layer, MyBatis is responsible for a persistence layer, and the Springboot framework refers to an integrated framework for the SSM framework, so that configuration is simpler and more focused on business logic during development. Taking a springboot frame as an example, a request sent by an interface is obtained and sent to a controller, the controller calls a service layer processing logic, the logic layer sends the request to a persistent layer, the persistent layer interacts with a database, then a result is returned to the service layer, the service layer sends the processing logic to the controller, the controller calls a view to display data, the service logic is simpler, and the workload of developers is reduced. This and the following examples are illustrated in a Springboot frame.
The display layer 200 is configured to obtain the feedback result and display according to the feedback result. Optionally, the presentation layer 200 employs HTML, css, and/or angularjs technology.
In an alternative embodiment, the system further includes a WEB interface 300, and the WEB interface is configured to receive an office request of a user and send the office request to the springboot service layer.
As shown in fig. 2, the springboot service layer 100 is configured to obtain, identify, analyze, and collect behavior of information input by a WEB interface user, and filter and return a final response result, specifically. The springboot service layer 100 includes a first controller 101, a mapping processor 102, a function interface 103, a second controller 104, and a storage module 105.
The first controller 101 is configured to obtain the office request input from a WEB interface, send the office request to a mapping processor 102, obtain a mapping result from the mapping processor 102, call one or more functional interfaces 103 based on the mapping result, send the office request to the corresponding second controller 104 through the functional interface 103, obtain a feedback result, and send the feedback result to the display layer 200.
The mapping processor 102 is configured to classify the office request, generate the mapping result, and send the mapping result to the first controller 101.
The second controller 104 is configured to process the office request, generate a feedback result, and send the feedback result to the first controller 101.
The storage module 105 is configured to store the feedback result, and in an alternative embodiment, the storage module is a Mysql database and/or a redis database.
For example, in one embodiment, when the office request is classified as a new fast text, the mapping processor 102 maps the new fast text to the second controller 104, and the second controller 104 triggers the task of automatically creating a fast text list to automatically generate a blank fast text in the list. For example, in another embodiment, when the office request is classified as an editing fast text, the mapping processor 102 maps to the second controller 104 for editing fast text, the second controller 104 reads the fast text to be edited from a fast text list pre-stored in the storage module 105, modifies the fast text to be edited based on the editing fast text, returns the modified fast text to the first controller 101, and the first controller 101 sends the modified fast text to the presentation layer 200. Meanwhile, the storage module 105 saves the modified fast text to the fast text list.
In an alternative implementation, as shown in fig. 3, the springboot service layer 100 further includes a JSP view module 106, a javabean model 107.
The JSP view module 106 is configured to generate a visual interface from the feedback result, and send the visual interface to the display layer 200.
The java bean model 107 is configured to obtain the feedback result, package the feedback result, and send the packaged feedback result to the storage module 105.
In this embodiment, the storage module 105 is configured to store the packaged feedback result.
The embodiment provides an office information interaction system using a springboot frame, which classifies the springboot frame, maps to different types of interfaces to realize automatic processing requests and feedback, avoids additional development of controllers, realizes simple, rapid and convenient project building, and improves the development and deployment efficiency.
Example two
The embodiment provides an information processing system based on a springboot frame, which generates keywords based on a feedback result, and stores the keywords in a storage module 105 in a form of key value pairs, so as to realize historical record query of the information processing system. As shown in fig. 3, the system includes a springboot service layer 100 and a presentation layer 200.
The springboot service layer 100 is configured to obtain an input office request, where the office request includes an editing fast text operation, classify the office request using a preset classification model, map the office request to a functional interface having a fast text editing function based on a classification result, so as to process a fast text to be edited and obtain an edited fast text, and use the edited fast text as a feedback result;
the display layer 200 is configured to obtain the feedback result and display according to the feedback result.
The springboot service layer 100 includes a first controller 101, a mapping processor 102, a functional interface 103, a second controller 104, and a storage module 105.
The first controller 101 is configured to obtain the office request input from a WEB interface, send the office request to a mapping processor 102, obtain a mapping result from the mapping processor 102, call one or more functional interfaces 103 based on the mapping result, send the office request to the corresponding second controller 104 through the functional interface 103, obtain a feedback result, and send the feedback result to the display layer 200;
the mapping processor 102 is configured to classify the office request, generate the mapping result, and send the mapping result to the first controller 101;
the second controller 104 is configured to process the office request, generate a feedback result, and send the feedback result to the first controller 101;
the storage module 105 is configured to store the feedback result.
The second controller 104 is further configured to generate a first keyword based on the feedback result;
the storage module 105 is further configured to store the feedback result and the corresponding first keyword in the form of a key-value pair.
In an alternative embodiment, the office request further includes a query request, where the query request includes a second keyword, that is, query information of the to-be-handled and already-handled fast text information is input to the information processing system by the user, and the information processing system returns the fast text information obtained by the query as a query result.
The first controller 101 is further configured to determine the second keyword from the query request, send the second keyword to the storage module 105, obtain a query result of the storage module 105, and send the query result to the presentation layer 200;
the storage module 105 is configured to query the first keyword that is the same as the second keyword, read a feedback result corresponding to the first keyword, and send the feedback result to the first controller 101 as a query result.
In another alternative embodiment, the office request further comprises a delete fast text request, the delete fast text request comprising a third keyword.
The first controller 101 is further configured to determine the third keyword from the request for deleting fast text, send the third keyword to the storage module 105, obtain a deletion prompt message of the storage module 105, and send the deletion prompt message to the presentation layer 200;
the storage module 105 is further configured to query the first keyword that is the same as the third keyword, read a feedback result corresponding to the first keyword, delete the feedback result, generate deletion prompt information, and send the deletion prompt information to the first controller 101;
the display layer 200 is further configured to display the deletion prompt information.
In an alternative embodiment, the information processing system may further implement a category label, the user inputs or selects a fourth keyword of the category label from a WEB interface, the first controller 101 sends the fourth keyword to the mapping processor 102, the mapping processor 102 classifies the request, the storage module 105 retrieves a pre-stored category fast text list, and sends the category fast text list to the display layer 200.
In an alternative embodiment, the system can also realize a star mark function, a user marks the fast text, and the database adds an identifier for the stored fast text and returns to a visual interface; the user selects the to-be-marked fast texts from the WEB interface to execute marking operation, the first controller 101 sends the marking operation to the mapping processor 102, the mapping processor 102 classifies the operation, the operation is determined to be the marking operation, then the to-be-marked fast texts are called from a fast text list prestored in the storage module 105, the to-be-marked fast texts are sent to the second controller used for executing the identification task, so that the second controller executes the marking operation, and the marked fast text list is sent to the display layer 200 and the storage module 105.
In an alternative embodiment, the system can further implement a fast text history sorting function, after the user performs information processing one or more times, each time the generated content includes a feedback result and a feedback time, the storage module 105 is further configured to store the feedback result and the feedback time, and sort and store the feedback result based on the feedback time.
According to the embodiment, the keywords are stored in the storage module in the form of key value pairs, so that the technical effects of querying historical records and deleting quick text records of the information processing system are achieved.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (8)

1. An information processing system based on a springboot frame is characterized by comprising a springboot service layer and a display layer,
the springboot service layer is used for acquiring an input office request, the office request comprises an editing fast text operation, a preset classification model is used for classifying the office request, the office request is mapped to a functional interface with a fast text editing function based on a classification result, so that the fast text to be edited is processed, the edited fast text is acquired, and the edited fast text is used as a feedback result;
the display layer is used for obtaining the feedback result and displaying according to the feedback result.
2. The system of claim 1, wherein the springboot service layer further comprises a first controller, a mapping processor, a functional interface, a second controller, and a storage module,
the first controller is used for acquiring the office request input from a WEB interface, sending the office request to a mapping processor, acquiring a mapping result from the mapping processor, calling one or more functional interfaces based on the mapping result, sending the office request to the corresponding second controller through the functional interfaces, acquiring a feedback result, and sending the feedback result to the display layer;
the mapping processor is used for classifying the office requests, generating the mapping result and sending the mapping result to the first controller;
the second controller is one or more than one, and is used for processing the office request, generating a feedback result and sending the feedback result to the first controller;
the storage module is used for storing the feedback result.
3. The system of claim 2, wherein the springboot service layer further comprises a JSP view module, a javabean model,
the JSP view module is used for generating a visual interface from the feedback result and sending the visual interface to the display layer;
the java bean model is used for acquiring the feedback result, packaging the feedback result and sending the packaged feedback result to the storage module;
the storage module is used for storing the packaged feedback result.
4. The system of claim 2, wherein the second controller is further configured to generate a first keyword based on the feedback result;
the storage module is also used for storing the feedback result and the corresponding first keyword in a key value pair mode.
5. The system of claim 4, wherein the office request further comprises a query request, the query request comprising a second keyword,
the first controller is further configured to determine the second keyword from the query request, send the second keyword to the storage module, obtain a query result of the storage module, and send the query result to the presentation layer;
the storage module is used for inquiring the first keyword which is the same as the second keyword, reading a feedback result corresponding to the first keyword, and sending the feedback result serving as an inquiry result to the first controller.
6. The system of claim 4, wherein the office request further comprises a delete fast text request, the delete fast text request comprising a third key,
the first controller is further configured to determine the third keyword from the fast text deletion request, send the third keyword to the storage module, obtain deletion prompt information of the storage module, and send the deletion prompt information to the display layer;
the storage module is further configured to query the first keyword identical to the third keyword, read a feedback result corresponding to the first keyword, delete the feedback result, generate deletion prompt information, and send the deletion prompt information to the first controller;
the display layer is also used for displaying the deletion prompt information.
7. The system according to claim 1, wherein the storage module is a Mysql database and/or a redis database.
8. The system of claim 1, further comprising a WEB interface, wherein the WEB interface is configured to receive an office request of a user, and send the office request to the springboot service layer.
CN202011384753.9A 2020-11-30 2020-11-30 Information processing system based on springboot framework Active CN112486461B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011384753.9A CN112486461B (en) 2020-11-30 2020-11-30 Information processing system based on springboot framework

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011384753.9A CN112486461B (en) 2020-11-30 2020-11-30 Information processing system based on springboot framework

Publications (2)

Publication Number Publication Date
CN112486461A true CN112486461A (en) 2021-03-12
CN112486461B CN112486461B (en) 2024-04-09

Family

ID=74938624

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011384753.9A Active CN112486461B (en) 2020-11-30 2020-11-30 Information processing system based on springboot framework

Country Status (1)

Country Link
CN (1) CN112486461B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113553051A (en) * 2021-06-01 2021-10-26 中电万维信息技术有限责任公司 File data comparison method based on redis cache technology

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040030697A1 (en) * 2002-07-31 2004-02-12 American Management Systems, Inc. System and method for online feedback
US20050267872A1 (en) * 2004-06-01 2005-12-01 Yaron Galai System and method for automated mapping of items to documents
CN107562859A (en) * 2017-08-29 2018-01-09 武汉斗鱼网络科技有限公司 A kind of disaggregated model training system and its implementation
CN108038222A (en) * 2017-12-22 2018-05-15 冶金自动化研究设计院 System for Information System Modeling and entity-property frame of data access
US20190197485A1 (en) * 2017-12-22 2019-06-27 Microsoft Technology Licensing, Llc. Suggesting positions for hiring searches
US20190332360A1 (en) * 2018-04-27 2019-10-31 EMC IP Holding Company LLC Enterprise Services Framework for Presentation Layer Management
US20190349321A1 (en) * 2018-05-10 2019-11-14 Royal Bank Of Canada Machine natural language processing for summarization and sentiment analysis
CN110543296A (en) * 2019-08-26 2019-12-06 成都市知用科技有限公司 Smart campus micro-service platform architecture system
CN111143451A (en) * 2019-12-16 2020-05-12 中国航空综合技术研究所 SSM framework design method for hierarchical architecture design
CN111290741A (en) * 2020-02-24 2020-06-16 山东爱城市网信息技术有限公司 Education assessment software implementation method based on big data and AI analysis
CN111798196A (en) * 2020-05-19 2020-10-20 惠州市德赛西威汽车电子股份有限公司 Agile development management system based on SpringBoot framework

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040030697A1 (en) * 2002-07-31 2004-02-12 American Management Systems, Inc. System and method for online feedback
US20050267872A1 (en) * 2004-06-01 2005-12-01 Yaron Galai System and method for automated mapping of items to documents
CN107562859A (en) * 2017-08-29 2018-01-09 武汉斗鱼网络科技有限公司 A kind of disaggregated model training system and its implementation
CN108038222A (en) * 2017-12-22 2018-05-15 冶金自动化研究设计院 System for Information System Modeling and entity-property frame of data access
US20190197485A1 (en) * 2017-12-22 2019-06-27 Microsoft Technology Licensing, Llc. Suggesting positions for hiring searches
US20190332360A1 (en) * 2018-04-27 2019-10-31 EMC IP Holding Company LLC Enterprise Services Framework for Presentation Layer Management
US20190349321A1 (en) * 2018-05-10 2019-11-14 Royal Bank Of Canada Machine natural language processing for summarization and sentiment analysis
CN110543296A (en) * 2019-08-26 2019-12-06 成都市知用科技有限公司 Smart campus micro-service platform architecture system
CN111143451A (en) * 2019-12-16 2020-05-12 中国航空综合技术研究所 SSM framework design method for hierarchical architecture design
CN111290741A (en) * 2020-02-24 2020-06-16 山东爱城市网信息技术有限公司 Education assessment software implementation method based on big data and AI analysis
CN111798196A (en) * 2020-05-19 2020-10-20 惠州市德赛西威汽车电子股份有限公司 Agile development management system based on SpringBoot framework

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
刘斌;王最;: "Struts, Spring, Hibernate框架在OA开发中的应用", 计算机技术与发展, no. 01, 10 January 2010 (2010-01-10) *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113553051A (en) * 2021-06-01 2021-10-26 中电万维信息技术有限责任公司 File data comparison method based on redis cache technology
CN113553051B (en) * 2021-06-01 2022-06-21 中电万维信息技术有限责任公司 File data comparison method based on redis cache technology

Also Published As

Publication number Publication date
CN112486461B (en) 2024-04-09

Similar Documents

Publication Publication Date Title
US6188999B1 (en) Method and system for dynamically synthesizing a computer program by differentially resolving atoms based on user context data
US8756567B2 (en) Profile based version comparison
US10437584B2 (en) Web client command infrastructure integration into a rich client application
US6370542B1 (en) Method and apparatus for knowledge acquisition and management
CN108540351B (en) Automatic testing method for distributed big data service
US20070178968A1 (en) Displaying game asset relationship in a game development environment
US7225177B2 (en) Generating a knowledge base
US10699243B2 (en) Business model data management
CN101710274A (en) Method and system for generating help information of application software
CN106951231B (en) Computer software development method and device
CN111784108B (en) Modeling method and device of main data management platform
CN113703785B (en) Component-based platform deployment method, device, equipment and storage medium
CN114791846B (en) Method for realizing observability aiming at cloud-originated chaos engineering experiment
CN110705237A (en) Automatic document generation method, data processing device, and storage medium
US20170300531A1 (en) Tag based searching in data analytics
CN111198852A (en) Knowledge graph driven metadata relation reasoning method under micro-service architecture
US20160026708A1 (en) Selection of data storage settings for an application
CN114385620A (en) Data processing method, device, equipment and readable storage medium
CN111026670B (en) Test case generation method, test case generation device and storage medium
US8433729B2 (en) Method and system for automatically generating a communication interface
CN113485909B (en) Test method, test device, computing equipment and medium
CN112486461A (en) Information processing system based on springboot frame
CN112835638A (en) Configuration information management method and device based on embedded application program
CN113792026B (en) Method and device for deploying database script and computer-readable storage medium
CN112035650A (en) Information processing method and device, computer readable storage medium and electronic equipment

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