CN107092489B - Processing method and system based on application version release - Google Patents

Processing method and system based on application version release Download PDF

Info

Publication number
CN107092489B
CN107092489B CN201710240777.9A CN201710240777A CN107092489B CN 107092489 B CN107092489 B CN 107092489B CN 201710240777 A CN201710240777 A CN 201710240777A CN 107092489 B CN107092489 B CN 107092489B
Authority
CN
China
Prior art keywords
configuration file
information
web server
database
data table
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
CN201710240777.9A
Other languages
Chinese (zh)
Other versions
CN107092489A (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.)
China United Network Communications Group Co Ltd
Original Assignee
China United Network Communications Group 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 China United Network Communications Group Co Ltd filed Critical China United Network Communications Group Co Ltd
Priority to CN201710240777.9A priority Critical patent/CN107092489B/en
Publication of CN107092489A publication Critical patent/CN107092489A/en
Application granted granted Critical
Publication of CN107092489B publication Critical patent/CN107092489B/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/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a processing method and a system based on application version release, wherein the method comprises the following steps: the method comprises the steps that a Web server obtains a universal data table model in a database, wherein the universal data table model comprises basic information and configuration information of software to be issued; the Web server abstracts the configuration file of the software to be released according to the universal data table model to generate basic data of the configuration file; the Web server generates a configuration file instance by adopting a preset rule according to the basic data of the configuration file to obtain the configuration file after abstract processing; and the Web server checks the configuration file after the abstract processing so as to enable the configuration file after the abstract processing to accord with the business processing rule. The task decomposition and flow dynamization of the application version release process are completed; the background realizes distributed deployment and high expansibility on the service tasks, light-weight assembly and adaptation are carried out, a structure of Web end-to-micro service is realized, and the use is more stable and flexible.

Description

Processing method and system based on application version release
Technical Field
The invention relates to the technical field of servers, in particular to a processing method and a processing system based on application version release.
Background
With the development of communication technology, communication carrier users are required to release various kinds of software, and various versions of software. At present, the release work of complex service software is mainly completed by adopting a mode that a shell is matched with a deployment tool, a source code is acquired from an SVN (Subversion, abbreviated as SVN) or a GIT (GitHub, abbreviated as GIT) by using a script to manually or automatically execute a compiling process, and then the software is distributed by calling the deployment tool after the compiling is completed. Currently, the mainstream deployers include saltstack, puppet, and ansile. With the further improvement of the automation degree, the cycle time of some software deployments is shorter and shorter, and the change triggering of the source code to the compiling of the software program and the final software deployment need to be completed automatically.
In the prior art, the software release process is mainly realized by calling the scripts in series, so that automatic deployment and release are completed; at present, the automatic calling process in the software release process is well standardized by mainly adopting main stream continuous integration engines such as Jenkins and the like.
However, in the prior art, the software release process is mainly called in series through scripts, so that the development randomness and the non-standardization are high, and the operation and maintenance personnel have difficulty in the maintenance and use processes; furthermore, the secondary development of the external interface is difficult, and the calling mode is not flexible enough.
Disclosure of Invention
The invention provides a processing method and a system based on application version release, which are used for solving the problems that in the prior art, as software release process is mainly called in series through scripts, the development randomness and the non-standardization are higher, and operation and maintenance personnel have difficulty in the maintenance and use processes; furthermore, the secondary development difficulty of the external interface is larger, and the calling mode is not flexible enough.
One aspect of the present invention provides a processing method based on release of an application version, including:
a World Wide Web (Web for short) server acquires a universal data table model in a database, wherein the universal data table model comprises basic information and configuration information of software to be released;
the Web server abstracts the configuration file of the software to be issued according to the general data table model to generate basic data of the configuration file;
the Web server generates a configuration file instance by adopting a preset rule according to the basic data of the configuration file to obtain the configuration file after the abstraction processing, wherein the configuration file after the abstraction processing comprises the basic data of the configuration file and the configuration file instance;
and the Web server checks the configuration file after the abstract processing so as to enable the configuration file after the abstract processing to accord with a business processing rule.
Another aspect of the present invention provides an application version release-based processing system, including:
the system comprises a Web server and a database, wherein the Web server is connected with the database;
wherein the Web server includes:
the first acquisition module is used for acquiring a universal data table model in a database, wherein the universal data table model comprises basic information and configuration information of software to be issued;
the processing module is used for performing abstract processing on the configuration file of the software to be issued according to the universal data table model to generate basic data of the configuration file;
the generating module is used for generating a configuration file instance by adopting a preset rule according to the basic data of the configuration file to obtain the configuration file after the abstraction processing, wherein the configuration file after the abstraction processing comprises the basic data of the configuration file and the configuration file instance;
and the checking module is used for checking the configuration file after the abstract processing so as to enable the configuration file after the abstract processing to accord with a business processing rule.
The invention has the technical effects that: acquiring a universal data table model in a database through a Web server, wherein the universal data table model comprises basic information and configuration information of software to be issued; the Web server abstracts the configuration file of the software to be released according to the universal data table model to generate basic data of the configuration file; the Web server generates a configuration file instance by adopting a preset rule according to the basic data of the configuration file to obtain the configuration file after the abstraction processing, wherein the configuration file after the abstraction processing comprises the basic data of the configuration file and the configuration file instance; and the Web server checks the configuration file after the abstract processing so as to enable the configuration file after the abstract processing to accord with the business processing rule. Therefore, the task decomposition and the process dynamism of the release process of the application version are completed, and the mapping frame from the version model to the process is used for carrying out task mounting, arranging and calling; the background realizes distributed deployment and high expansibility on the service tasks, and can carry out lightweight assembly and adaptation, so that the whole system realizes the framework of Web end-to-micro service, and the use is more stable and flexible.
Drawings
Fig. 1 is a flowchart of a processing method based on release of an application version according to an embodiment of the present invention;
fig. 2 is a flowchart of a processing method based on release of an application version according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a processing system based on application version release according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a processing system based on application version release according to a fourth embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. 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 flowchart of a processing method based on application version release according to an embodiment of the present invention, and as shown in fig. 1, the method according to the embodiment includes:
step 101, a Web server obtains a general data table model in a database, wherein the general data table model comprises basic information and configuration information of software to be released.
The specific implementation manner of step 101 is as follows:
the Web server sends a calling instruction to a database; and the database determines a universal data table model corresponding to the calling instruction and sends the universal data table model to the Web server.
In this embodiment, specifically, the Web server sends a call instruction to the database, and the database sends a pre-established general data table model to the Web server according to the call instruction, where the general data table model includes basic information and configuration information of software to be released. And the Web server receives the universal data table model sent by the database.
And 102, the Web server performs abstract processing on the configuration file of the software to be issued according to the general data table model to generate basic data of the configuration file.
In this embodiment, specifically, after the Web server receives the universal data table model sent by the database, the Web server performs abstraction processing on the configuration file of the software to be published according to the universal data table model, so as to generate configuration file basic data.
And 103, generating a configuration file instance by the Web server according to the basic data of the configuration file by adopting a preset rule to obtain the configuration file after the abstraction processing, wherein the configuration file after the abstraction processing comprises the basic data of the configuration file and the configuration file instance.
In this embodiment, specifically, the Web server generates a configuration file instance according to the configuration file basic data and by using a preset rule, so as to generate the configuration file after the abstraction processing, where the configuration file after the abstraction processing includes the configuration file basic data and the configuration file instance.
And step 104, the Web server checks the configuration file after the abstract processing so as to enable the configuration file after the abstract processing to accord with the business processing rule.
In this embodiment, specifically, the Web server checks the configuration file, including performing format check on the configuration file, and checking directory data in the configuration file instance, so that the configuration file conforms to the service processing rule.
And then step 101-.
In the embodiment, a universal data table model in a database is acquired through a Web server, wherein the universal data table model comprises basic information and configuration information of software to be released; the Web server abstracts the configuration file of the software to be released according to the universal data table model to generate basic data of the configuration file; the Web server generates a configuration file instance by adopting a preset rule according to the basic data of the configuration file to obtain the configuration file after the abstraction processing, wherein the configuration file after the abstraction processing comprises the basic data of the configuration file and the configuration file instance; and the Web server checks the configuration file after the abstract processing so as to enable the configuration file after the abstract processing to accord with the business processing rule. Therefore, the task decomposition and the process dynamism of the release process of the application version are completed, and the mapping frame from the version model to the process is used for carrying out task mounting, arranging and calling; the background realizes distributed deployment and high expansibility on the service tasks, and can carry out lightweight assembly and adaptation, so that the whole system realizes the framework of Web end-to-micro service, and the use is more stable and flexible.
Fig. 2 is a flowchart of a processing method based on application version release according to a second embodiment of the present invention, and on the basis of the first embodiment, as shown in fig. 2, before step 101, the method of the present embodiment further includes:
step 201, an automatic deployment platform acquires version information of a process; the automatic deployment platform determines model information corresponding to the version information according to the corresponding relation between the preset version information and the model information; and the automatic deployment platform instantiates the model information corresponding to the version information to obtain an instance corresponding to the model information so as to execute the instance corresponding to the model information.
In this embodiment, specifically, the automation deployment platform may obtain version information of the process; the automatic deployment platform determines model information corresponding to the version information according to a preset corresponding relation between the version information and the model information, and then instantiates the model information corresponding to the version information to obtain an instance corresponding to the model information, wherein the instance corresponding to the model information is a process task execution link. It is then possible to execute the instance, i.e. to perform the procedure of steps 101-104.
In the implementation process of step 101-104, the method further includes:
step 202, the Web server sends a task execution request to the automation deployment platform, wherein the task execution request includes a task identifier.
In this embodiment, specifically, the Web server sends a task execution request to the automation deployment platform, where the task execution request includes a task identifier.
And 203, the automatic deployment platform executes the task corresponding to the task identifier according to the task execution request.
In this embodiment, specifically, a Rest service layer of the automated deployment platform receives a task execution request sent by the Web server, and initiates a task calling instruction corresponding to the task identifier to a task scheduling layer of the automated deployment platform according to the task execution request; and the task scheduling layer of the automatic deployment platform executes the task corresponding to the task identifier according to the call instruction.
And 204, packaging the output information in the task execution process by the automatic deployment platform to obtain packaged output information, wherein the packaged output information comprises execution detail information in the task execution process.
In this embodiment, specifically, the automated deployment platform encapsulates the output information in the task execution process to obtain the encapsulated output information. The packaged output information at least comprises execution detail information in the task execution process.
And step 205, the automation deployment platform sends the packaged output information to the Web server so that the Web server displays the packaged output information.
The specific implementation manner of step 205 is as follows: the automatic deployment platform puts the packaged output information into a message handle queue; and the automatic deployment platform sequentially sends the packaged output information to the Web server from the message handle queue so that the Web server displays the packaged output information.
In this embodiment, specifically, then, the task scheduling layer of the automation deployment platform puts the encapsulated output information into the message handle queue. And the websocket port of the automatic deployment platform reads the encapsulated output information from the message handle queue according to the reading rule, and sends the encapsulated output information to the Web server, so that the Web server displays the encapsulated output information. The encapsulated output information represents the execution detail information in the task execution process.
After step 205, further comprising:
step 206, the Web server sends a write-in message to the database, wherein the write-in message comprises the execution detail information; the database writes the execution detail information into the task log.
In this embodiment, specifically, the Web server sends a write message to the database, where the write message includes the execution detail information in step 204. The database may receive the execution detail information sent by the Web server, and then write the execution detail information into the task log. Wherein, the task can be any one of the following: configuration file synchronization, remote backup, command/script batch execution, automatic compilation, message cache push, and the like.
In step 202-.
According to the method and the device, the version information of the process can be obtained through the automatic deployment platform, the model information corresponding to the version information is determined according to the corresponding relation between the preset version information and the model information, then the model information corresponding to the version information is instantiated, an example corresponding to the model information is obtained, and the example corresponding to the model information is a process task execution link. Then the Web server generates a configuration file after abstract processing, wherein the configuration file after abstract processing comprises configuration file basic data and a configuration file instance; the Web server checks the configuration file, including format checking of the configuration file and directory data in the configuration file instance, so that the configuration file conforms to the business processing rule. Therefore, the task decomposition and the process dynamism of the release process of the application version are completed, and the mapping frame from the version model to the process is used for carrying out task mounting, arranging and calling; the background realizes distributed deployment and high expansibility on the service tasks, and can carry out lightweight assembly and adaptation, so that the whole system realizes the framework of Web end-to-micro service, and the use is more stable and flexible. The Web server sends a task execution request to the automatic deployment platform, wherein the task execution request comprises a task identifier; further, the automatic deployment platform packages output information in the task execution process to obtain packaged output information; and the websocket port of the automatic deployment platform sends the encapsulated output information to the Web server, so that the Web server displays the encapsulated output information, and the encapsulated output information represents execution detail information in the task execution process. So that the Web server can know the detailed information of the execution process of each task. And then make the operation and maintenance personnel easy to use and maintain in the maintenance and use process, easily carry out the secondary development of external interface, not too much rely on script program to accomplish the release process.
Fig. 3 is a schematic structural diagram of a processing system based on application version release according to a third embodiment of the present invention, and as shown in fig. 3, the apparatus of this embodiment includes:
the system comprises a Web server 31 and a database 32, wherein the Web server 31 is connected with the database 32;
the Web server 31 includes:
a first obtaining module 311, configured to obtain a general data table model in the database 32, where the general data table model includes basic information and configuration information of software to be released;
the processing module 312 is configured to perform abstract processing on the configuration file of the software to be published according to the general data table model, and generate basic data of the configuration file;
the generating module 313 is configured to generate a configuration file instance according to the basic data of the configuration file by using a preset rule to obtain the configuration file after the abstraction processing, where the configuration file after the abstraction processing includes the basic data of the configuration file and the configuration file instance;
and the checking module 314 is configured to check the abstracted configuration file so that the abstracted configuration file conforms to the business processing rule.
The processing system based on application version release of this embodiment can execute the processing method based on application version release provided in the first embodiment of the present invention, and the implementation principles thereof are similar, and are not described herein again.
In the embodiment, a universal data table model in a database is acquired through a Web server, wherein the universal data table model comprises basic information and configuration information of software to be released; the Web server abstracts the configuration file of the software to be released according to the universal data table model to generate basic data of the configuration file; the Web server generates a configuration file instance by adopting a preset rule according to the basic data of the configuration file to obtain the configuration file after the abstraction processing, wherein the configuration file after the abstraction processing comprises the basic data of the configuration file and the configuration file instance; and the Web server checks the configuration file after the abstract processing so as to enable the configuration file after the abstract processing to accord with the business processing rule. Therefore, the task decomposition and the process dynamism of the release process of the application version are completed, and the mapping frame from the version model to the process is used for carrying out task mounting, arranging and calling; the background realizes distributed deployment and high expansibility on the service tasks, and can carry out lightweight assembly and adaptation, so that the whole system realizes the framework of Web end-to-micro service, and the use is more stable and flexible.
Fig. 4 is a schematic structural diagram of a processing system based on application version release according to a fourth embodiment of the present invention, and based on the third embodiment, as shown in fig. 4, the system of the present embodiment, the first obtaining module 311, is specifically configured to:
a call instruction is sent to the database 32 to cause the database 32 to determine the common data table model corresponding to the call instruction, and the common data table model is sent to the first acquisition module 311 of the Web server 31.
The system of this embodiment, further includes: an automated deployment platform 33;
an automated deployment platform 33 comprising:
the second obtaining module 331, configured to obtain version information of the process before the first obtaining module 311 obtains the common data table model in the database 32;
a determining module 332, configured to determine, according to a corresponding relationship between preset version information and model information, model information corresponding to the version information;
an instantiating module 333, configured to instantiate the model information corresponding to the version information to obtain an instance corresponding to the model information, so as to execute the instance corresponding to the model information.
The Web server 31 further includes:
a first sending module 315, configured to send a task execution request to the automation deployment platform 33, where the task execution request includes a task identifier;
the automated deployment platform 33 further comprises:
an execution module 334, configured to execute a task corresponding to the task identifier according to the task execution request;
an encapsulating module 335, configured to encapsulate the output information in the task execution process to obtain encapsulated output information, where the encapsulated output information includes execution detail information in the task execution process;
and a second sending module 336, configured to send the packaged output information to the Web server 31, so that the Web server 31 displays the packaged output information.
The second sending module 336 is specifically configured to:
putting the packaged output information into a message handle queue;
the encapsulated output information is sequentially transmitted to the Web server 31 from the message handle queue.
The Web server 31 further includes:
a third sending module 316, configured to send a write message to the database 32, where the write message includes the execution detail information, so that the database 32 writes the execution detail information into the task log.
The processing system based on release of application version in this embodiment can execute the processing method based on release of application version provided in the second embodiment of the present invention, and the implementation principles are similar, and are not described herein again.
According to the method and the device, the version information of the process can be obtained through the automatic deployment platform, the model information corresponding to the version information is determined according to the corresponding relation between the preset version information and the model information, then the model information corresponding to the version information is instantiated, an example corresponding to the model information is obtained, and the example corresponding to the model information is a process task execution link. Then the Web server generates a configuration file after abstract processing, wherein the configuration file after abstract processing comprises configuration file basic data and a configuration file instance; the Web server checks the configuration file, including format checking of the configuration file and directory data in the configuration file instance, so that the configuration file conforms to the business processing rule. Therefore, the task decomposition and the process dynamism of the release process of the application version are completed, and the mapping frame from the version model to the process is used for carrying out task mounting, arranging and calling; the background realizes distributed deployment and high expansibility on the service tasks, and can carry out lightweight assembly and adaptation, so that the whole system realizes the framework of Web end-to-micro service, and the use is more stable and flexible. The Web server sends a task execution request to the automatic deployment platform, wherein the task execution request comprises a task identifier; further, the automatic deployment platform packages output information in the task execution process to obtain packaged output information; and the websocket port of the automatic deployment platform sends the encapsulated output information to the Web server, so that the Web server displays the encapsulated output information, and the encapsulated output information represents execution detail information in the task execution process. So that the Web server can know the detailed information of the execution process of each task. And then make the operation and maintenance personnel easy to use and maintain in the maintenance and use process, easily carry out the secondary development of external interface, not too much rely on script program to accomplish the release process.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A processing method based on application version release is characterized by comprising the following steps:
the method comprises the steps that a Web server obtains a universal data table model in a database, wherein the universal data table model comprises basic information and configuration information of software to be issued;
the Web server abstracts the configuration file of the software to be issued according to the general data table model to generate basic data of the configuration file;
the Web server generates a configuration file instance by adopting a preset rule according to the basic data of the configuration file to obtain the configuration file after the abstraction processing, wherein the configuration file after the abstraction processing comprises the basic data of the configuration file and the configuration file instance;
the Web server checks the configuration file after the abstract processing so as to enable the configuration file after the abstract processing to accord with a business processing rule;
the Web server sends a task execution request to an automatic deployment platform, wherein the task execution request comprises a task identifier;
the automatic deployment platform executes the task corresponding to the task identifier according to the task execution request;
the automatic deployment platform encapsulates the output information in the task execution process to obtain encapsulated output information, wherein the encapsulated output information comprises execution detail information in the task execution process;
and the automatic deployment platform sends the packaged output information to the Web server so that the Web server displays the packaged output information.
2. The method of claim 1, wherein the Web server obtains a generic data table model in a database, comprising:
the Web server sends a calling instruction to the database;
and the database determines a general data table model corresponding to the calling instruction and sends the general data table model to the Web server.
3. The method of claim 1, further comprising, before the Web server obtains the generic data table model in the database:
the automatic deployment platform acquires version information of a process;
the automatic deployment platform determines model information corresponding to the version information according to the corresponding relation between the preset version information and the model information;
and the automatic deployment platform instantiates the model information corresponding to the version information to obtain an instance corresponding to the model information so as to execute the instance corresponding to the model information.
4. The method according to any one of claims 1-3, wherein the automated deployment platform sending the encapsulated output information to the Web server comprises:
the automatic deployment platform puts the packaged output information into a message handle queue;
and the automatic deployment platform sequentially sends the packaged output information to the Web server from the message handle queue.
5. The method according to any one of claims 1-3, wherein after the automated deployment platform sends the packaged output information to the Web server to cause the Web server to display the packaged output information, the method further comprises:
the Web server sends a write-in message to the database, wherein the write-in message comprises the execution detail information;
the database writes the execution detail information into a task log.
6. A processing system for application version release, comprising:
the system comprises a Web server and a database, wherein the Web server is connected with the database;
wherein the Web server includes:
the first acquisition module is used for acquiring a universal data table model in a database, wherein the universal data table model comprises basic information and configuration information of software to be issued;
the processing module is used for performing abstract processing on the configuration file of the software to be issued according to the universal data table model to generate basic data of the configuration file;
the generating module is used for generating a configuration file instance by adopting a preset rule according to the basic data of the configuration file to obtain the configuration file after the abstraction processing, wherein the configuration file after the abstraction processing comprises the basic data of the configuration file and the configuration file instance;
the inspection module is used for inspecting the configuration file after the abstract processing so as to enable the configuration file after the abstract processing to accord with a business processing rule;
the system comprises a first sending module, a first service module and a second service module, wherein the first sending module is used for sending a task execution request to an automatic deployment platform, and the task execution request comprises a task identifier;
the automated deployment platform further comprises:
the execution module is used for executing the task corresponding to the task identifier according to the task execution request;
the encapsulation module is used for encapsulating the output information in the task execution process to obtain encapsulated output information, wherein the encapsulated output information comprises execution detail information in the task execution process;
and the second sending module is used for sending the packaged output information to the Web server so that the Web server displays the packaged output information.
7. The system of claim 6, wherein the first obtaining module is specifically configured to:
and sending a calling instruction to the database so that the database determines a general data table model corresponding to the calling instruction, and sending the general data table model to the first acquisition module of the Web server.
8. The system of claim 6 or 7, further comprising: an automated deployment platform;
the automated deployment platform comprising:
the second acquisition module is used for acquiring version information of the process before the first acquisition module acquires the universal data table model in the database;
the determining module is used for determining the model information corresponding to the version information according to the corresponding relation between the preset version information and the model information;
and the instantiation module is used for instantiating the model information corresponding to the version information to obtain an instance corresponding to the model information so as to execute the instance corresponding to the model information.
9. The system of claim 8, wherein the second sending module is specifically configured to:
putting the packaged output information into a message handle queue;
and sequentially sending the packaged output information to the Web server from the message handle queue.
10. The system of claim 9, wherein the Web server further comprises:
a third sending module, configured to send a write message to the database, where the write message includes the execution detail information, so that the database writes the execution detail information into a task log.
CN201710240777.9A 2017-04-13 2017-04-13 Processing method and system based on application version release Active CN107092489B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710240777.9A CN107092489B (en) 2017-04-13 2017-04-13 Processing method and system based on application version release

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710240777.9A CN107092489B (en) 2017-04-13 2017-04-13 Processing method and system based on application version release

Publications (2)

Publication Number Publication Date
CN107092489A CN107092489A (en) 2017-08-25
CN107092489B true CN107092489B (en) 2020-06-30

Family

ID=59636934

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710240777.9A Active CN107092489B (en) 2017-04-13 2017-04-13 Processing method and system based on application version release

Country Status (1)

Country Link
CN (1) CN107092489B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107729046A (en) * 2017-10-17 2018-02-23 福建富士通信息软件有限公司 A kind of software version automation dissemination method and device
CN107861749B (en) * 2017-10-30 2021-07-30 国云科技股份有限公司 Process arrangement system based on configured task unit and implementation method thereof
CN109947494B (en) * 2017-12-20 2022-05-17 北京神州泰岳软件股份有限公司 Method and device for managing configuration files
CN110780914B (en) * 2018-07-31 2022-12-27 中国移动通信集团浙江有限公司 Service publishing method and device
CN109358912B (en) * 2018-09-30 2019-09-13 安徽智恒信科技股份有限公司 A kind of visualization system and method for batch starting micro services
CN110471650B (en) * 2019-07-11 2022-08-09 新华三大数据技术有限公司 Web Service publishing method, device and server
CN111338644A (en) * 2020-02-28 2020-06-26 深圳壹账通智能科技有限公司 Task script deployment method and system
CN112799682B (en) * 2021-04-13 2021-06-29 杭州太美星程医药科技有限公司 Data acquisition and processing system and method for operating multi-version application thereof

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101464796A (en) * 2008-12-29 2009-06-24 武汉大学 Method for establishing software requirement model
CN103473076A (en) * 2013-09-25 2013-12-25 中国联合网络通信集团有限公司 Issuing method and issuing system for code version
CN105204871A (en) * 2015-10-30 2015-12-30 亚信科技(南京)有限公司 Plug-in type development method and device
CN106406886A (en) * 2016-09-21 2017-02-15 福州市智捷信息科技有限公司 An application system cloud construction platform system

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010051928A1 (en) * 2000-04-21 2001-12-13 Moshe Brody Protection of software by personalization, and an arrangement, method, and system therefor
CN103077024B (en) * 2012-12-28 2015-10-21 山大地纬软件股份有限公司 A kind of device and method supporting the on-demand customization of SaaS application flow and operation
CN104077162B (en) * 2014-06-30 2017-12-26 北京奇虎科技有限公司 Renewal, dissemination method and the device of mobile terminal application template
US9766920B2 (en) * 2015-08-28 2017-09-19 Vmware, Inc. Dynamic content disk
CN105867892A (en) * 2015-11-18 2016-08-17 乐视致新电子科技(天津)有限公司 Centralized management method and system of multi-platform development

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101464796A (en) * 2008-12-29 2009-06-24 武汉大学 Method for establishing software requirement model
CN103473076A (en) * 2013-09-25 2013-12-25 中国联合网络通信集团有限公司 Issuing method and issuing system for code version
CN105204871A (en) * 2015-10-30 2015-12-30 亚信科技(南京)有限公司 Plug-in type development method and device
CN106406886A (en) * 2016-09-21 2017-02-15 福州市智捷信息科技有限公司 An application system cloud construction platform system

Also Published As

Publication number Publication date
CN107092489A (en) 2017-08-25

Similar Documents

Publication Publication Date Title
CN107092489B (en) Processing method and system based on application version release
CN109933522B (en) Test method, test system and storage medium for automatic case
US10678522B1 (en) Compiler and method for compiling business rules for a serverless runtime environment
JPH07146844A (en) Integrated automation development system and method for controlling and adjusting manufacturing device
CN109683899A (en) A kind of software integrating method and device
CN110928529A (en) Method and system for assisting operator development
CN111324522A (en) Automatic test system and method
CN108965375B (en) Service call proxy control system, method, server and readable storage medium
CN105677465B (en) The data processing method and device of batch processing are run applied to bank
CN110532182B (en) Automatic testing method and device for virtualization platform
CN111026634A (en) Interface automation test system, method, device and storage medium
CN113220337A (en) Version construction method and device, computer equipment and storage medium
CN111078553B (en) Data development task testing method and device, computer equipment and storage medium
CN112579099A (en) Code deployment method and device, storage medium and electronic equipment
CN111913721B (en) Automatic deployment method, device, equipment and storage medium
CN117539459B (en) API interface configuration method, system and equipment
CN117827665A (en) Project deployment method and device, storage medium and electronic device
CN117724803A (en) Cloud service deployment method, device and platform
CN117370203A (en) Automatic test method, system, electronic equipment and storage medium
CN109408104B (en) Method and device for acquiring game integration information
CN115480780A (en) Micro-service application efficient deployment method based on Windows system
CN115543491A (en) Microservice processing method and device
CN114564213A (en) Pre-installed software deployment method, system, terminal and storage medium
CN114610322A (en) Software processing method and system based on DevSecOps platform
CN109189382B (en) Business Process System

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