CN114691190A - Method, device and computer readable storage medium for developing microservice application - Google Patents

Method, device and computer readable storage medium for developing microservice application Download PDF

Info

Publication number
CN114691190A
CN114691190A CN202210168766.5A CN202210168766A CN114691190A CN 114691190 A CN114691190 A CN 114691190A CN 202210168766 A CN202210168766 A CN 202210168766A CN 114691190 A CN114691190 A CN 114691190A
Authority
CN
China
Prior art keywords
application
basic
microservice
user
resource configuration
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.)
Pending
Application number
CN202210168766.5A
Other languages
Chinese (zh)
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.)
Yuanguang Software Co Ltd
Original Assignee
Yuanguang Software 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 Yuanguang Software Co Ltd filed Critical Yuanguang Software Co Ltd
Priority to CN202210168766.5A priority Critical patent/CN114691190A/en
Publication of CN114691190A publication Critical patent/CN114691190A/en
Pending legal-status Critical Current

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
    • G06F8/65Updates

Landscapes

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

Abstract

The application discloses a method, equipment and a computer readable storage medium for developing micro service application, wherein the method comprises the following steps: responding to application adding operation of a user, and constructing basic microservice application; deploying the base microservice application to a user-selected operating cloud; and storing the summary information of the resource configuration file of the basic micro-service application to a target database, wherein the running cloud can modify the basic micro-service application based on the summary information in the target database to obtain the target micro-service application. By means of the method, the problem that the micro-service application cannot be adjusted after being generated can be solved, and the micro-service application combining productization and personalization is provided.

Description

Method, device and computer readable storage medium for developing microservice application
Technical Field
The present application relates to the field of software development technologies, and in particular, to a method, an apparatus, and a computer-readable storage medium for developing a microservice application.
Background
As the mobile internet matures, system development is gradually split from the original monolithic architecture of business services into multiple microservice applications consisting of loosely coupled and independently deployable smaller components or services.
The existing microservice application development technology cannot adjust a data model fixed in a code after application is online, and when customer requirements change, the code needs to be modified again, so that the workload is heavy.
Disclosure of Invention
The technical problem mainly solved by the application is to provide a method, equipment and a computer readable storage medium for developing a micro service application, which can solve the problem that the micro service application cannot be adjusted after being generated.
To solve the above technical problem, a first aspect of the present application provides a method for developing a microservice application, the method comprising: responding to application adding operation of a user, and constructing basic microservice application; deploying the basic micro-service application to the running cloud selected by the user; and storing the abstract information of the resource configuration file of the basic micro-service application to a target database, wherein the running cloud can modify the basic micro-service application based on the abstract information in the target database to obtain the target micro-service application.
The method for deploying the basic micro-service application to the running cloud selected by the user comprises the following steps: responding to the export operation of the user, and registering the basic micro-service application to a registry selected by the user, wherein an operation cloud corresponding to the registry selected by the user is used as the operation cloud selected by the user; and exporting codes and resource configuration files of the basic microservice application, and extracting abstract information of the resource configuration files of the basic microservice application.
Wherein, the method also comprises: and in response to the export operation of the user, determining the database selected by the user as a database of the basic microservice application, wherein the database of the basic microservice application is used for storing data generated when the basic microservice application is operated.
Wherein, constructing the basic microservice application comprises: responding to an application selection operation of a user, and selecting a micro service application type; constructing a model of basic micro-service application based on the micro-service application type; and/or after the summary information of the resource configuration file of the basic micro service application is saved to the target database, the method further comprises the following steps: displaying an application management interface of the operation cloud, wherein the application management interface comprises basic micro-service application deployed by the operation cloud, and the basic micro-service application is constructed by developing the cloud; and responding to the modification operation of the user on the basic microservice application on the application management interface, and modifying the basic microservice application to obtain the target microservice application.
Wherein, constructing the model of the basic microservice application comprises: and constructing a model of the basic microservice application by adopting at least one mode of organization modeling, portal design, function modeling, data modeling, process modeling and authority modeling.
In order to solve the above technical problem, a second aspect of the present application provides a method for developing a microservice application, the method comprising: displaying an application management interface of the operation cloud, wherein the application management interface comprises basic micro-service application deployed by the operation cloud, and the basic micro-service application is constructed by developing the cloud; and responding to the modification operation of the user on the basic microservice application on the application management interface, and modifying the basic microservice application to obtain the target microservice application.
The method for modifying the basic microservice application to obtain the target microservice application in response to the modification operation of the user on the basic microservice application on the application management interface comprises the following steps: acquiring abstract information of a resource configuration file of basic micro-service application from a target database; calling a resource configuration file of the basic microservice application by using the abstract information; responding to the modification operation of a user, and updating the resource configuration file to obtain a target resource configuration file; and obtaining the target micro-service application based on the target resource configuration file.
The updating the resource configuration file in response to the modification operation of the user to obtain the target resource configuration file comprises the following steps: adjusting at least one of a first model, a first scenario, and a first menu of a base microservice application in response to an adjustment operation by a user; summarizing the adjustment content and the resource configuration file of the basic microservice application to obtain a target resource configuration file; or responding to the newly added operation of the user, and newly adding at least one of a third model, a third scene or a third menu for the basic microservice application; and summarizing the newly added content and the resource configuration file of the basic microservice application to obtain a target resource configuration file.
To solve the above technical problem, a third aspect of the present application provides an electronic device, including: the apparatus comprises a memory storing program instructions and a processor coupled to each other, the processor being configured to execute the program instructions stored in the memory to implement the method according to the first and second aspects.
To solve the above technical problem, a fourth aspect of the present application provides a computer-readable storage medium for storing program instructions, which can be executed to implement the method of the first and second aspects.
The beneficial effect of this application is: different from the situation of the prior art, the method and the system construct the basic microservice application by responding to the application adding operation of the user; deploying the basic micro-service application to an operation cloud selected by a user, and solving the problem that the micro-service application cannot be adjusted after being generated by the operation cloud; and storing the abstract information of the resource configuration file of the basic micro-service application, and modifying the basic micro-service application on the basis of the abstract information of the resource configuration file of the basic micro-service application in the running cloud to obtain the target micro-service application. In the mode, the data information of the basic micro-service application is modified in the operation cloud, so that the production data contained in the basic micro-service application can be modified into the personalized data, and the target micro-service application combining the production data and the personalized data is provided.
Drawings
FIG. 1 is a schematic flow chart diagram illustrating a first embodiment of a method for developing microservice applications provided herein;
FIG. 2 is a schematic flow chart diagram illustrating a second embodiment of a method for developing microservice applications provided herein;
FIG. 3 is a schematic illustration of deployment of a base microservice application to a runtime cloud according to the present application;
FIG. 4 is a schematic flow chart diagram illustrating a third embodiment of a method for developing microservice applications provided herein;
FIG. 5 is a schematic flow chart diagram illustrating a fourth embodiment of a method for developing microservice applications provided herein;
FIG. 6 is a schematic diagram of a frame structure of an electronic device provided herein;
FIG. 7 is a block diagram of an embodiment of a computer-readable storage medium of the present application.
Detailed Description
The technical solutions in the embodiments of the present application are clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the 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 application.
It should be noted that, in the embodiments of the present application, there are descriptions related to "first", "second", etc., and the descriptions of "first", "second", etc. are only used for descriptive purposes and are not to be interpreted as indicating or implying relative importance or implicitly indicating the number of indicated technical features. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature.
Referring to fig. 1-3, fig. 1 is a schematic flow chart of a first embodiment of a method for developing a microservice application provided by the present application, the method comprising:
s110: and responding to the application adding operation of the user, and constructing the basic microservice application.
In one embodiment, the step of building the base microservice application is performed at the development cloud. In the process of building the basic microservice application, the most important thing is to build the model contained in the basic microservice application, and before building the model, the type of the basic microservice application to be built can be selected. The types of basic microservice applications include: intelligent applications, standard midrange services, nine-day front-end components, nine-day back-end components, nine-day composite components, standard components, intelligent midrange services, intelligent midrange components, intelligent front-end components, intelligent back-end components, and the like. A plurality of micro-service application types are preset in the development cloud, a user can select the micro-service application types existing in the system according to service requirements, and a model of basic micro-service application is constructed based on the selected micro-service application types.
In another embodiment, the step of building the basic microservice application is also performed in the development cloud, but the user may add a microservice application type according to the business requirements, and build a model of the basic microservice application based on the added microservice application type.
A basic microservice application can comprise a plurality of different models, the models can be built in different modes, and the models of the basic microservice application can be built in at least one mode of organization modeling, portal design, function modeling, data modeling, process modeling and authority modeling according to different business data. In one embodiment, a user may build multiple individual models. For example, a user may construct a first model by using an organizational modeling method and then construct a second model by using a portal design method, and it can be understood that if the user needs to construct a plurality of models, the order of constructing the models is not fixed. In another embodiment, the user may continue to build the model on a model basis. For example, after a user constructs a model by data modeling, another model can be constructed by permission modeling based on the model. The specific model construction method is not limited herein.
S120: and deploying the basic micro-service application to the running cloud selected by the user, and storing the abstract information of the resource configuration file of the basic micro-service application to a target database.
Wherein the resource configuration file comprises: application information, model information, and scene information, etc. In an embodiment, the running cloud can modify the basic micro-service application based on the summary information in the target database to obtain the target micro-service application. In a specific embodiment, a user may input a registry corresponding to an operating cloud, and deploy a basic micro-service application to the corresponding operating cloud, so that the basic micro-service application may be operated in the operating cloud. In another embodiment, the user may also directly select the corresponding deployment environment to deploy the basic microservice application to the corresponding operating cloud.
Further, after the basic micro-service application is deployed to the corresponding operating cloud, the operating cloud reads the summary information of the resource configuration file of the basic micro-service application stored in the target database, and the basic micro-service application is modified based on the summary information in the target database to obtain the target micro-service application. In a specific embodiment, the operating cloud may include a secondary configuration application, and the secondary configuration application is used to read summary information of a resource configuration file of the basic micro-service application stored in the target database, and call and modify the resource configuration file of the basic micro-service application based on the summary information of the resource configuration file, so as to obtain the target micro-service application.
In the mode, the basic micro-service application is deployed to the operation cloud, and the data information of the basic micro-service application is modified in the operation cloud, so that the production data contained in the basic micro-service application can be modified into the personalized data, the problem that a data model fixed in a code in the existing micro-service development technology cannot be changed is solved, and the objective micro-service application combining productization and personalization is provided.
Referring to fig. 2-3, fig. 2 is a schematic flow chart illustrating a second embodiment of a method for developing a microservice application according to the present application; FIG. 3 is a schematic illustration of deployment of a base microservice application to a runtime cloud according to the present application; the method comprises the following steps:
s210: and responding to the application adding operation of the user, and constructing the basic microservice application.
In one embodiment, the step of building the basic microservice application is performed in the development cloud, and in the process of building the basic microservice application, a model included in the basic microservice application is mainly built. The user can construct a model contained in the basic microservice application by adopting at least one mode of organization modeling, portal design, function modeling, data modeling, process modeling and authority modeling according to business requirements, and further construct the basic microservice application.
S220: and registering the basic microservice application to the registry selected by the user in response to the export operation of the user.
After the operation of constructing the basic micro-service application is completed, the basic micro-service application can be deployed to the running cloud selected by the user to run. As shown in fig. 3, in an embodiment, a user deploying a base microservice application to a running cloud may register the base microservice application to a registry selected by the user through an export operation. And the operation cloud corresponding to the registry is the operation cloud selected by the user. In the export process, the code and the resource configuration file contained in the basic micro-service application can be sent to the running cloud, so that the basic micro-service application can run in the running cloud.
In a specific embodiment, the user has previously set a registry, and after performing export operation and confirmation, the basic microservice application can be directly registered in the registry selected by the user. In another embodiment, if the user does not set a registry in advance, an export operation is performed (e.g., clicking an "export application" menu), an interface for configuring the deployment information appears, the corresponding registry is filled in the interface, and after confirmation, the basic microservice application can be registered in the registry selected by the user.
In another embodiment, in response to the export operation of the user, the display interface may present an interface for configuring the deployment information, and may select a database of the base microservice application, where the database of the base microservice application is used to store data generated when the base microservice application is run.
S230: and exporting codes and resource configuration files of the basic microservice application, extracting abstract information of the resource configuration files of the basic microservice application, and storing the abstract information of the resource configuration files to a target database.
In an embodiment, the steps S220 and S230 may be performed simultaneously, that is, after the user performs the export operation and selects the registry, the basic microservice application may be registered in the registry selected by the user, and the code and the resource profile of the basic microservice application may also be exported. That is, after the user performs the export operation, the code and the resource configuration file of the basic microservice application may be sent to the operating cloud, or the code and the resource configuration file of the basic microservice application may be stored locally.
In a specific embodiment, when the user stores the code and the resource configuration file of the basic microservice application to the local, the resource configuration file may be generated in a json format into a resource directory in the application code. Furthermore, a resource scanning component is adopted to scan the resource directory in the application code, extract the summary information of the resource configuration file, and write the summary information into the target database. If a plurality of basic microservice applications are developed, when the abstract information of the resource configuration files of the plurality of basic microservice applications is written into the target database, the abstract information of the resource configuration files of the plurality of basic microservice applications can be separately written into the target database according to the basic microservice applications. In one embodiment, the target database is redis, and it is understood that in other embodiments, the target database may be other types of databases, which is not limited herein.
Referring to fig. 4, fig. 4 is a schematic flowchart illustrating a third embodiment of a method for developing a microservice application provided in the present application, the method comprising:
s410: and responding to the application adding operation of the user, and constructing the basic microservice application.
In one embodiment, the step of building the basic microservice application is performed in the development cloud, and in the process of building the basic microservice application, a model included in the basic microservice application is mainly built. The user can construct a model contained in the basic microservice application by adopting at least one mode of organization modeling, portal design, function modeling, data modeling, process modeling and authority modeling according to business requirements, and further construct the basic microservice application.
S420: and deploying the basic micro-service application to the running cloud selected by the user, and storing the abstract information of the resource configuration file of the basic micro-service application to a target database.
In an embodiment, a user may deploy a basic microservice application to an operating cloud selected by the user through an export operation, store a code and a resource configuration file of the basic microservice application, further scan the resource configuration file by using a resource configuration component, extract summary information of the resource configuration file, and store the summary information in a target database. If a plurality of basic micro-service applications are developed in the development cloud, the abstract information of the resource configuration files contained in the plurality of basic micro-service applications can be classified according to the basic micro-service and stored in the target database. The abstract information of the resource configuration file is stored in the target database, so that the resource configuration file can be conveniently called subsequently, the calling time can be reduced, and the cache pressure of the target database can be reduced.
S430: and displaying an application management interface of the operation cloud, wherein the application management interface comprises basic micro-service application deployed by the operation cloud, and the basic micro-service application is constructed by developing the cloud.
After the basic micro-service application is deployed to the running cloud selected by the user, the relevant basic micro-service application can be checked on the application management interface of the running cloud.
S440: and responding to the modification operation of the user on the basic microservice application on the application management interface, and modifying the basic microservice application to obtain the target microservice application.
In one embodiment, a user modifies a microservice application by modifying information in a resource profile contained by a base microservice application. Before modifying the information in the resource configuration file contained in the basic microservice application, a user can execute corresponding operation on an application management interface, further reads the summary information in the target database, calls the resource configuration file of the basic microservice application based on the summary information, modifies the data in the resource configuration file according to the business requirement, and obtains the target microservice application based on the modified information.
In this embodiment, the development cloud is used as an enterprise research and development productization system, and the operation cloud can dynamically customize personalized requirements on line according to different clients, different environments and different requirements. By combining the development cloud and the operation cloud, after the operation cloud environment is applied, limited adjustment can be performed on a scanned production model developed by the development cloud, such as adding new items, obtaining configuration rules, adjusting length and the like, personalized requirements of users can be met, and the problem that a data model fixed in a code cannot be adjusted after a product is on line in the prior art is solved.
Referring to fig. 5, fig. 5 is a schematic flowchart illustrating a fourth embodiment of a method for developing a microservice application, the method including:
s510: and displaying an application management interface of the operation cloud, wherein the application management interface comprises basic micro-service application deployed by the operation cloud, and the basic micro-service application is constructed by a development cloud.
In an embodiment, after the development cloud registers the basic micro-service application to the registry of the operation cloud selected by the user, the basic micro-service application can be deployed to the operation cloud selected by the user, and after a management interface of the operation cloud is displayed, the basic micro-service application deployed to the operation cloud can be checked.
S520: and acquiring abstract information of the resource configuration file of the basic microservice application from the target database.
In an embodiment, after deploying the basic micro-service application to the operating cloud, a user can check a model included in the basic micro-service application on an application management interface of the operating cloud, and can also create a new model on the application management interface of the operating cloud, wherein the new model can utilize a resource configuration file of the basic micro-service application. Specifically, a user exports an application code and a resource configuration file of a basic microservice application in a development cloud, extracts a plurality of summary information of the resource configuration file by using a resource scanning component, and stores the plurality of summary information into a target database. And acquiring abstract information of the resource configuration file of the basic micro-service application from the target database through an application management interface of the running cloud. In a specific embodiment, a user may obtain summary information of all resource profiles included in one basic microservice application, or may obtain summary information of a part of resource profiles included in one basic microservice application.
S530: and calling the resource configuration file of the basic microservice application by using the abstract information.
In one embodiment, the user may select summary information as desired and invoke the resource profile of the underlying microservice application based on the selected summary information.
It can be understood that a user may select all summary information of all resource profiles included in one basic microservice application, i.e., may invoke all resource profiles included in the basic microservice application; or selecting partial abstract information corresponding to partial resource configuration files contained in one microservice application, and calling the resource configuration files corresponding to the partial abstract information respectively.
S540: and responding to the modification operation of the user, and updating the resource configuration file to obtain a target resource configuration file.
The user can modify or add at least one of application information, model information, scene information and menu information contained in the resource configuration file according to the service requirement to obtain a target resource configuration file.
In an embodiment, the user may directly modify the original data in the resource configuration file into the target data in the target resource configuration file, that is, the resource configuration file is updated equivalently. In another embodiment, the user may store the delta data of the target data and the original data in the resource configuration file into the database, and summarize the delta data and the original data in the resource configuration file to obtain the target resource file.
In a specific embodiment, a user may adjust at least one of the first model, the first scene, and the first menu of the basic microservice application, that is, adjust at least one of the resource configuration files corresponding to the first model, the first scene, and the first menu of the basic microservice application, to obtain an adjustment content of the basic microservice application, where the adjustment content may be delta data, and summarize the adjustment content and the resource configuration files of the basic microservice application to obtain a target resource configuration file.
In another specific embodiment, the user may add at least one of a third model, a third scene, or a third menu to the basic microservice application, and specifically, the user may build a new cloud model in a running manner, where the model building manner may be at least one of organization modeling, portal design, function modeling, data modeling, process modeling, and authority modeling. And acquiring data information contained in the new model, wherein the data information is the newly added content of the basic microservice application, and combining and summarizing the newly added content of the basic microservice application and the resource configuration file to obtain a target resource configuration file.
S550: and obtaining the target micro-service application based on the target resource configuration file.
And modifying the basic micro-service application by using the data information in the target resource configuration file to obtain the target micro-service application.
Referring to fig. 6, fig. 6 is a schematic diagram of a frame structure of an electronic device according to the present application.
The electronic device 60 comprises a memory 61 and a processor 62 coupled to each other, the memory 61 storing program instructions, and the processor 62 being configured to execute the program instructions stored in the memory 61 to implement the steps of any of the above-described method embodiments. In one particular implementation scenario, electronic device 60 may include, but is not limited to: a microcomputer, a server, and in addition, the electronic device 60 may also include a mobile device such as a notebook computer, a tablet computer, and the like, which is not limited herein.
In particular, the processor 62 is configured to control itself and the memory 61 to implement the steps of any of the above described organizational architectural method embodiments. The processor 62 may also be referred to as a CPU (Central Processing Unit). The processor 62 may be an integrated circuit chip having signal processing capabilities. The Processor 62 may also be a general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. In addition, the processor 62 may be collectively implemented by an integrated circuit chip.
Referring to fig. 7, fig. 7 is a block diagram illustrating an embodiment of a computer-readable storage medium according to the present application.
The computer readable storage medium 70 stores program instructions 71, and the program instructions 71, when executed by the processor, are configured to implement the steps of any of the above-described method embodiments.
The computer-readable storage medium 70 may be a medium that can store a computer program, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, or may be a server that stores the computer program and can send the stored computer program to another device for running or can run the stored computer program by itself.
The above description is only for the purpose of illustrating embodiments of the present application and is not intended to limit the scope of the present application, and all modifications of equivalent structures and equivalent processes, which are made by the contents of the specification and the drawings of the present application or are directly or indirectly applied to other related technical fields, are also included in the scope of the present application.

Claims (10)

1. A method of developing microservice applications, the method comprising:
responding to application adding operation of a user, and constructing basic microservice application;
deploying the base microservice application to a user-selected operating cloud; and
and storing the abstract information of the resource configuration file of the basic micro-service application to a target database, wherein the running cloud can modify the basic micro-service application based on the abstract information in the target database to obtain the target micro-service application.
2. The method of claim 1, wherein deploying the base microservice application to a running cloud of a user's choosing comprises:
responding to the export operation of a user, and registering the basic micro-service application to a registry selected by the user, wherein an operation cloud corresponding to the registry selected by the user is used as the operation cloud selected by the user;
and exporting the codes and the resource configuration files of the basic microservice application, and extracting abstract information of the resource configuration files of the basic microservice application.
3. The method of claim 2, further comprising:
and in response to the export operation of the user, determining the database selected by the user as the database of the basic microservice application, wherein the database of the basic microservice application is used for storing data generated when the basic microservice application is operated.
4. The method of claim 1, wherein building the base microservice application comprises:
selecting an application type in response to an application selection operation by a user;
building a model of the basic microservice application based on the application type;
and/or after the summary information of the resource configuration file of the basic microservice application is saved to a target database, the method further comprises the following steps:
displaying an application management interface of the runtime cloud, wherein the application management interface comprises the basic microservice application deployed by the runtime cloud, and the basic microservice application is built by a development cloud;
and responding to the modification operation of the user on the basic microservice application on the application management interface, and modifying the basic microservice application to obtain the target microservice application.
5. The method of claim 4, wherein the building the model of the base microservice application comprises:
and constructing the model of the basic microservice application by adopting at least one mode of organization modeling, portal design, function modeling, data modeling, process modeling and authority modeling.
6. A method of developing microservice applications, the method comprising:
displaying an application management interface of a runtime cloud, wherein the application management interface comprises the basic microservice application deployed by the runtime cloud, and the basic microservice application is built by a development cloud;
and responding to the modification operation of the user on the basic microservice application on the application management interface, and modifying the basic microservice application to obtain the target microservice application.
7. The method of claim 6, wherein modifying the base microservice application to obtain a target microservice application in response to a modification operation performed on the base microservice application by a user on the application management interface comprises:
acquiring abstract information of the resource configuration file of the basic microservice application from a target database;
calling a resource configuration file of the basic microservice application by using the abstract information;
responding to the modification operation of a user, and updating the resource configuration file to obtain a target resource configuration file;
and obtaining the target micro-service application based on the target resource configuration file.
8. The method of claim 7, wherein updating the resource profile in response to the user modification operation to obtain a target resource profile comprises:
adjusting at least one of a first model, a first scene, and a first menu of the base microservice application in response to an adjustment operation by a user; summarizing the adjustment content of the basic microservice application and the resource configuration file to obtain the target resource configuration file; alternatively, the first and second electrodes may be,
responding to a newly added operation of a user, and newly adding at least one of a third model, a third scene or a third menu for the basic microservice application; and summarizing the newly added content and the resource configuration file of the basic microservice application to obtain the target resource configuration file.
9. An electronic device comprising a memory and a processor coupled to each other,
the memory stores program instructions;
the processor is configured to execute program instructions stored in the memory to implement the method of any of claims 1-8.
10. A computer-readable storage medium for storing program instructions executable to implement the method of any one of claims 1-8.
CN202210168766.5A 2022-02-23 2022-02-23 Method, device and computer readable storage medium for developing microservice application Pending CN114691190A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210168766.5A CN114691190A (en) 2022-02-23 2022-02-23 Method, device and computer readable storage medium for developing microservice application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210168766.5A CN114691190A (en) 2022-02-23 2022-02-23 Method, device and computer readable storage medium for developing microservice application

Publications (1)

Publication Number Publication Date
CN114691190A true CN114691190A (en) 2022-07-01

Family

ID=82137492

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210168766.5A Pending CN114691190A (en) 2022-02-23 2022-02-23 Method, device and computer readable storage medium for developing microservice application

Country Status (1)

Country Link
CN (1) CN114691190A (en)

Similar Documents

Publication Publication Date Title
CN111814089B (en) Page rendering method and device, rendering server and storage medium
CN110020325B (en) Page loading method, device, equipment and readable storage medium
JP2013080275A (en) Setting control device, setting control method, and setting control program
CN103597481A (en) Embedded query formulation service
CN109977099A (en) Database portion arranging method, user equipment, storage medium and device
CN114064024A (en) Method, apparatus, device, storage medium, and program product for developing micro-application
CN107678744A (en) Application controls pattern customizing method, device and computer-readable recording medium
CN113360211A (en) Loading display method based on control and related equipment
CN112579118A (en) Method, device, system, medium and equipment for updating configuration information of microservice
CN113312052A (en) Component calling method and device, electronic equipment and storage medium
CN112379946A (en) Template configuration method and device based on YAML and computer equipment
CN111708536A (en) Page building method and equipment based on component configuration and readable storage medium
CN110442782B (en) Cloud resource retrieval method and device
CN112235132A (en) Method, device, medium and server for dynamically configuring service
CN114691190A (en) Method, device and computer readable storage medium for developing microservice application
CN111722881B (en) Resource expansion method, system and device of container cloud platform
CN111124386B (en) Animation event processing method, device, equipment and storage medium based on Unity
US20060064632A1 (en) Method and system to inverse graphs
CN114579001B (en) Application data display method and device, computer equipment and storage medium
US11934635B2 (en) Dynamic address-based dashboard customization
US11816424B2 (en) Conditional save of draft enabled business objects
CN114168230A (en) Application software function control method, device, server and storage medium
CN115438113A (en) Parameter management method and device, electronic equipment and storage medium
CN117271449A (en) Batch file generation method, apparatus, device, storage medium and program product
CN114168187A (en) Page form generation method and device 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