CN108647107A - Unified exception handling method for micro-service development framework - Google Patents

Unified exception handling method for micro-service development framework Download PDF

Info

Publication number
CN108647107A
CN108647107A CN201810455603.9A CN201810455603A CN108647107A CN 108647107 A CN108647107 A CN 108647107A CN 201810455603 A CN201810455603 A CN 201810455603A CN 108647107 A CN108647107 A CN 108647107A
Authority
CN
China
Prior art keywords
page
abnormal
exception
unified
abnormality processing
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
CN201810455603.9A
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.)
Inspur Software Group Co Ltd
Original Assignee
Inspur Software 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 Inspur Software Group Co Ltd filed Critical Inspur Software Group Co Ltd
Priority to CN201810455603.9A priority Critical patent/CN108647107A/en
Publication of CN108647107A publication Critical patent/CN108647107A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0796Safety measures, i.e. ensuring safe condition in the event of error, e.g. for controlling element
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Computing Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a unified exception handling method of a micro-service development framework, which comprises the following implementation processes: firstly, encapsulating abnormal pom dependence for automatically loading and completing exception handling; selecting a development environment and a development tool, and establishing a Maven project; adding an encapsulated abnormal pom dependency in the established Maven project, and uniformly processing various service exceptions: and jumping to the default mapping abnormal page, intercepting the page, and outputting the page to the browser. Compared with the prior art, the unified exception handling method of the micro-service development framework provides a unified exception page, adapts to different template engines, and reduces the repeated development work of developers aiming at different engines; meanwhile, custom exception page development is supported, and exception handling flexibility is improved; based on the automatic configuration of the Spring Boot framework, the usability of the program is improved while the stable function is ensured; the configuration of exception handling is more concise and convenient; the practicability is strong, the application range is wide, and the popularization and application value is good.

Description

A kind of unified abnormality eliminating method of micro services Development Framework
Technical field
The present invention relates to Web applicating developing technologies field under micro services, specifically a kind of micro services Development Framework Unified abnormality eliminating method.
Background technology
With the development of Internet technology, light weight, efficient, expansible Development Framework become prevailing model.Spring Boot micro services frame quickly develops, builds, it is convenient and efficient to be packaged the Web application and developments made.Spring Boot are to different exploitations Environment configurations and jar packets under scene, which rely on, has done automatically configuring for acquiescence, saves project development and is expended in environment configurations Plenty of time.
During traditional business development, being typically all to abnormal processing may according to service logic by developer Existing exception voluntarily selects Exception Type.This requires developer to have comparable understanding to abnormal, and needs for difference Exception write different processing logics, also need to developer if necessary to visualize and write for different templates engine Corresponding exception displayed page.Period, cost and the personnel ability's requirement entirely developed are all very high, for the different engine later stages It safeguards also pretty troublesome.
In this context, the present invention provides a kind of unified abnormality eliminating method of micro services Development Framework, by being based on This micro services frame of Spring Boot provides unified abnormality processing and general abnormal page presentation, unified abnormality processing side Method has used acquiescence to automatically configure, and incorporates the various Exception Types occurred in business, solves the problems, such as exist above.
Invention content
The technical assignment of the present invention is to be directed to the above shortcoming, provides a kind of unified abnormality processing side of micro services Development Framework Method.
A kind of unified abnormality eliminating method of micro services Development Framework, realization process are:
1)Encapsulation exception pom first is relied on, and abnormality processing is completed for loading automatically;
2)Development environment and developing instrument are selected, Maven projects are established;
3)The abnormal pom that encapsulation is added in the Maven projects of foundation is relied on, and various businesses are uniformly processed extremely:It jumps It goes to the abnormal page of acquiescence mapping and intercepts, then be output to browser.
The step 1)In, the pom dependences of encapsulation exception refer to that design encapsulation abnormality processing class, the abnormality processing class are used first Mechanism is automatically configured by Exception Type and corresponding different in completing abnormality processing and page-map, and by Spring Boot The mapping function of the normal page is packaged into the mode loaded automatically.
The abnormality processing class provides the abnormality processing page to handle exception, when project initiation, the abnormality processing Class is automatically loaded into container, and the unified abnormality processing page is jumped to after business is abnormal, to avoid abnormal need Want the operation of manual configuration xml document.
The abnormality processing page fault is encapsulated in step 1 using unified page-map)Abnormal pom rely in, It is added automatically in project initiation:The html codes of the abnormal page are output to browser using servlet technologies, make it not With general under template engine.
The abnormality processing page also uses the self-defined abnormal page of developer:The exception that developer develops oneself The page is put into the self-defined abnormal page and places under catalogue, and addition excludes abnormal automatic loading classes in the note for starting class, takes Disappear project initiation when exception is automatically configured, finally change the complete trails of the self-defined page, including catalogue and page where the page Face title, to which realization can use the abnormality processing page of acquiescence or use the self-defined page of developer.
It is by obtaining exception information, then in java classes that the abnormality processing interface, which carries out abnormality processing, What reason was completed, specially:
Exception information is obtained by responseText methods first, checks whether the exception information is to dish out by ajax requests , if it is, exception information is encapsulated as json data and is returned;
Abnormality processing interface provides java classes and handles the abnormal data of return, and the java classes are when in use, it is only necessary to fixed Justice such object and dish out both can, the code of the java classes is as follows:throw new BusinessException;According to not Same parameter type can obtain different exception informations, according to mapping relations, will be mapped to the errorpage pages extremely.
The step 2)In establish maven projects refer to by web developing instruments create maven projects;Step 3)In It refers to the dependence jar packets added in pom files needed for web exploitations that the abnormal pom of addition encapsulation, which is relied on, and addition is to unified abnormal Encapsulation rely on.
Compared to the prior art a kind of unified abnormality eliminating method of micro services Development Framework of the present invention, has with following Beneficial effect:
A kind of unified abnormality eliminating method of micro services Development Framework of the present invention, realizes based on Spring Boot micro services Development of Framework Web in application, be uniformly processed various businesses extremely:Under jumping to the abnormal page of acquiescence mapping and intercepting Come, then is output to browser and returns to the exception information for having certain business meaning.Unified abnormality processing mesh under micro services frame Agreed with micro services light weight, efficiently, the characteristic that automatically configures, service exception is automatically configured when Web exploitations are provided, is reduced Cumbersome xml configurations when traditional Web exploitation, play quickly, easily abnormality processing effect, unified various in business development It is abnormal, and be uniformly processed, simplify development logic;Automatically configuring for unified exception is provided, manual configuration exception is avoided The possibility of error facilitates the unified of later stage to safeguard, shortens the development cycle;The unified abnormal page is provided, different templates is adapted to Engine reduces the work that developer is directed to different engine overlapping development;Self-defined abnormal page development is supported simultaneously, is improved different The flexibility often handled;Based on automatically configuring for Spring Boot frames program is improved while assurance function is stablized Ease for use;The configuration of abnormality processing is set more succinctly to facilitate;It is highly practical, it is applied widely, have and promotes and applies well Value.
Description of the drawings
In order to more clearly explain the embodiment of the invention or the technical proposal in the existing technology, to embodiment or will show below There is attached drawing needed in technology description to be briefly described, it should be apparent that, the accompanying drawings in the following description is only this The embodiment of invention for those of ordinary skill in the art without creative efforts, can also basis The attached drawing of offer obtains other attached drawings.
Attached drawing 1 is the storage path of self-defined abnormal Page Template.
Attached drawing 2 is to need what is excluded to automatically configure category code figure when realizing self-defined abnormal.
Attached drawing 3 is the configuration category code figure realized self-defined abnormal configuration and need to realize.
Attached drawing 4 is the mapping relations category code figure of the abnormal and corresponding abnormal page of acquiescence.
Attached drawing 5 is to realize the bibliographic structure code map that Web is applied under Spring Boot frames.
Attached drawing 6 is the dependence code map for being added to unified abnormality processing.
Specific implementation mode
In order to make those skilled in the art more fully understand the solution of the present invention, With reference to embodiment to this Invention is described in further detail.Obviously, described embodiments are only a part of the embodiments of the present invention, rather than all Embodiment.Based on the embodiments of the present invention, those of ordinary skill in the art institute without making creative work The every other embodiment obtained, shall fall within the protection scope of the present invention.
The technical problems to be solved by the invention are on the one hand to unified to various abnormal places in Web application and developments Reason problem, and the general abnormal page for being suitble to different templates engine is provided;On the other hand, the advantage for catering to micro services, to unified Abnormality processing automatically configures, and eliminates developer to abnormal cumbersome configuration work, program is made more to simplify efficiently.
The present invention relates to micro services frame Spring Boot, the programming language used, SpringMVC technologies, servlet Technology, template engine technology etc..Specific implementation in the application, added in the pom files of project upper abnormality processing according to Rely, project initiation when can complete abnormal default configuration, and exceptional interface is called in business development.Project is transported There is exception in row, can jump to the abnormal page of acquiescence mapping, the abnormal page is intercepted by servlet, and is output to clear Look at device.
The present invention provides a kind of unified abnormality eliminating method of micro services Development Framework, and realization process is:
1)Encapsulation exception pom first is relied on, and abnormality processing is completed for loading automatically;
2)Development environment and developing instrument are selected, Maven projects are established;
3)The abnormal pom that encapsulation is added in the Maven projects of foundation is relied on, and various businesses are uniformly processed extremely:It jumps It goes to the abnormal page of acquiescence mapping and intercepts, then be output to browser.
Using abnormal configuration method proposed by the present invention, it will be able to meet application and exception is uniformly processed.In conjunction with Spring Boot automatically configure characteristic, we at automatically configuring, provide the function package of abnormality processing to the configuration side of acquiescence Case.Developer is only needed to rely on our pom in the project, so that it may to complete to integrate unified different processing in the project Function, it is no longer necessary to which developer carries out manual configuration mapping extremely, and the exploitation of the abnormal page.Therefore, project is simplified to open The abnormality processing of hair, easy to use and project maintenance simplify the configuration of development environment, and more times are used for service logic Exploitation, shortens the development cycle.
The step 1)In, the pom dependences of encapsulation exception refer to that design encapsulation abnormality processing class, the abnormality processing class are used first Mechanism is automatically configured by Exception Type and corresponding different in completing abnormality processing and page-map, and by Spring Boot The mapping function of the normal page is packaged into the mode loaded automatically.
Further, as follows to the step specific explanations of the invention referred to:
(1)The configuration of abnormality processing.
The present invention provides the encapsulation classes to various businesses exception Such corresponding anomalous content of processing of sdk.framework.exception.BusinessException.Meanwhile by means of The mapping function of Exception Type and the corresponding abnormal page has been packaged into automatic load by the mechanism that automatically configures of Spring Boot Mode.It this processing is abnormal and page-map class can be loaded into container automatically when project initiation, business hair The unified abnormality processing page can be jumped to by such, avoid traditional exception and need manual configuration xml document after raw exception Operation.
(2)Abnormal page processing.
It avoids writing the new abnormal page when using different templates engine, the present invention provides unified page-map. The html codes of the abnormal page are output to browser using servlet technologies, keep it general under different templates engine.The work( It can also be packaged into automatically configuring, the function can be added automatically when project initiation.While default configuration is provided, The present invention provides the self-defined abnormal page of developer.Developer needs the abnormal page of oneself exploitation being put into shown in Fig. 1 Catalogue under, the storage path of the self-defined abnormal Page Templates of the Fig. 1, the template engine being only put under specified path could quilt It loads and handles.And addition excludes abnormal automatic loading classes in the@SpringBootApplication for starting class are explained ExceptionAutoConfiguration, cancellation of project automatically configure exception when starting, as shown in Fig. 2, the Fig. 2 is realized Need what is excluded to automatically configure class when self-defined abnormal, self-defined abnormal page could be realized by only eliminating abnormal automatically configuring The mapping in face is handled.Finally change the complete trails that " 1 " position shown in Fig. 3 is the self-defined page(Including catalogue where the page and Page Name).The abnormality processing page of acquiescence can be used in this way or uses the self-defined page of developer, the Fig. 3 It realizes that self-defined abnormal configuration needs the configuration class realized, and changes the path of self-defined abnormal document in such.
(3)Abnormality processing is realized in the java classes of backstage.
The method that unified abnormality processing provides backstage abnormality processing.When using such in a program, it is only necessary to which definition should The object of class and dishing out both may be used.Code is as follows:Throw new BusinessException (" service logic mistake ... ");It should There are three the methods of heavy duty for class, and parameter is supported to transmit.Different exception informations can be obtained according to different parameter types.Root According to the acquiescence mapping relations of offer, which will be mapped to that into the errorpage pages, such as Fig. 4, and Fig. 4 acquiescences are abnormal and right The mapping relations class for the abnormal page answered, such provides the abnormal page-map to be redirected after corresponding abnormality processing.
(4)Front end exception information obtains.
The abnormality eliminating method of the present invention provides front end and ajax is called to ask the exception dished out.In abnormality eliminating method such as Fruit judges that request is dished out by ajax requests, and exception information will be encapsulated as json data and returned by this method.Preceding End obtains exception information by data.responseText methods.
(5)Development environment and developing instrument are selected, maven projects are established.
Developer selects the web developing instruments of custom to create common maven projects.
(6)The dependence of unified abnormality processing is added in the pom files of the maven projects created.
Project directory such as Fig. 5, which realizes the bibliographic structure that Web is applied under Spring Boot frames, and marks Important bibliographic structure, is added to explanatory note.The dependence jar packets needed for web exploitations are added in pom files.Addition is to system One abnormal encapsulation relies on, and such as Fig. 6, the Fig. 6 are added to the dependence of unified abnormality processing, this dependence realizes unified abnormality processing The encapsulation of function.
By configuring above, all configuration works of unified abnormality processing are just completed.
The present invention provides unified abnormality processing and general abnormal page by this micro services frame based on Spring Boot Face is shown.For different Web application and developments, unified abnormality processing and general abnormal page-map are provided, support to make by oneself Adopted exception page development;Abnormality processing unified in Web application and developments is provided;Abnormal page general in Web application and developments is provided Face maps, and the self-defined abnormal page is supported to define;Automatically configuring for unified abnormality processing function is provided, avoids that xml's is cumbersome Configuration;It adds simple pom to rely on, complete to unified all fittages of abnormal function.
Detailed Jie has been carried out to a kind of unified abnormality eliminating method of micro services Development Framework provided by the present invention above It continues.Principle and implementation of the present invention are described for specific case used herein, and the explanation of above example is only It is the method and its core concept for being used to help understand the present invention.It should be pointed out that for those skilled in the art For, it without departing from the principle of the present invention, can be with several improvements and modifications are made to the present invention, these improve and repair Decorations are also fallen within the protection scope of the claims of the present invention.

Claims (7)

1. a kind of unified abnormality eliminating method of micro services Development Framework, which is characterized in that its realization process is:
1)Encapsulation exception pom first is relied on, and abnormality processing is completed for loading automatically;
2)Development environment and developing instrument are selected, Maven projects are established;
3)The abnormal pom that encapsulation is added in the Maven projects of foundation is relied on, and various businesses are uniformly processed extremely:It jumps It goes to the abnormal page of acquiescence mapping and intercepts, then be output to browser.
2. a kind of unified abnormality eliminating method of micro services Development Framework according to claim 1, which is characterized in that described Step 1)In, the pom dependences of encapsulation exception refer to that design encapsulation abnormality processing class, the abnormality processing class are used to complete exception first Reason and page-map, and mapping of the mechanism by Exception Type and the corresponding abnormal page is automatically configured by Spring Boot Function package is at the mode loaded automatically.
3. a kind of unified abnormality eliminating method of micro services Development Framework according to claim 2, which is characterized in that described Abnormality processing class provides the abnormality processing page to handle exception, and when project initiation, which is automatically loaded into In container, and the unified abnormality processing page is jumped to after business is abnormal, to avoid exception from needing manual configuration xml The operation of file.
4. a kind of unified abnormality eliminating method of micro services Development Framework according to claim 2, which is characterized in that described Abnormality processing page fault is encapsulated in step 1 using unified page-map)Abnormal pom rely in, in project initiation Automatic addition:The html codes of the abnormal page are output to browser using servlet technologies, make it under different templates engine It is general.
5. a kind of unified abnormality eliminating method of micro services Development Framework according to claim 4, which is characterized in that described The abnormality processing page also uses the self-defined abnormal page of developer:The abnormal page that oneself is developed is put into and makes by oneself by developer The adopted exception page is placed under catalogue, and addition excludes abnormal automatic loading classes in the note for starting class, when cancellation of project starts Exception is automatically configured, catalogue and Page Name where finally changing the complete trails of the self-defined page, including the page, to real The abnormality processing page of acquiescence can now be used or use the self-defined page of developer.
6. a kind of unified abnormality eliminating method of micro services Development Framework according to claim 2, which is characterized in that described To carry out abnormality processing be by obtaining exception information, processing completion, tool then being carried out in java classes at abnormality processing interface Body is:
Exception information is obtained by responseText methods first, checks whether the exception information is to dish out by ajax requests , if it is, exception information is encapsulated as json data and is returned;
Abnormality processing interface provides java classes and handles the abnormal data of return, and the java classes are when in use, it is only necessary to fixed Justice such object and dish out both can, the code of the java classes is as follows:throw new BusinessException;According to not Same parameter type can obtain different exception informations, according to mapping relations, will be mapped to the errorpage pages extremely.
7. a kind of unified abnormality eliminating method of micro services Development Framework according to claim 2, which is characterized in that described Step 2)In establish maven projects refer to by web developing instruments create maven projects;Step 3)In addition encapsulation it is different It refers to the dependence jar packets added in pom files needed for web exploitations that normal pom, which is relied on, adds and relies on unified abnormal encapsulation.
CN201810455603.9A 2018-05-14 2018-05-14 Unified exception handling method for micro-service development framework Pending CN108647107A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810455603.9A CN108647107A (en) 2018-05-14 2018-05-14 Unified exception handling method for micro-service development framework

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810455603.9A CN108647107A (en) 2018-05-14 2018-05-14 Unified exception handling method for micro-service development framework

Publications (1)

Publication Number Publication Date
CN108647107A true CN108647107A (en) 2018-10-12

Family

ID=63755120

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810455603.9A Pending CN108647107A (en) 2018-05-14 2018-05-14 Unified exception handling method for micro-service development framework

Country Status (1)

Country Link
CN (1) CN108647107A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109962814A (en) * 2019-03-29 2019-07-02 山东浪潮云信息技术有限公司 A kind of the log capture and processing method of micro services Development Framework
CN110048879A (en) * 2019-03-12 2019-07-23 平安医疗健康管理股份有限公司 Micro services register method, device, electronic equipment and computer readable storage medium
CN110727537A (en) * 2019-10-21 2020-01-24 深圳前海环融联易信息科技服务有限公司 Method and device for uniformly processing response message, computer equipment and storage medium
CN110727438A (en) * 2019-09-11 2020-01-24 宝付网络科技(上海)有限公司 Automatic web system generation tool based on SpringBoot
CN111130880A (en) * 2019-12-24 2020-05-08 杭州米络星科技(集团)有限公司 Micro-service system exception mechanism transfer method
CN112988531A (en) * 2019-12-18 2021-06-18 中国移动通信集团浙江有限公司 Usability evaluation method and device for application software and computing equipment
CN113794705A (en) * 2021-09-02 2021-12-14 百融至信(北京)征信有限公司 TTL-based multi-header link gray level release method and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103412820A (en) * 2013-08-30 2013-11-27 曙光信息产业(北京)有限公司 Test method and tester for pages in Web system
CN104267944A (en) * 2014-09-22 2015-01-07 浪潮软件集团有限公司 Spring-based MVC (model view controller) mode optimization system
CN104809071A (en) * 2015-05-14 2015-07-29 北京润科通用技术有限公司 Code testing method and device
CN105718259A (en) * 2016-01-14 2016-06-29 广东亿迅科技有限公司 Eclipse based rapid component plugging development method
CN106033336A (en) * 2015-03-12 2016-10-19 阿里巴巴集团控股有限公司 Method, device and system for resolving Maven dependency conflicts
CN107977208A (en) * 2017-12-19 2018-05-01 国云科技股份有限公司 A kind of Safety actuality configuration authority method based on maven

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103412820A (en) * 2013-08-30 2013-11-27 曙光信息产业(北京)有限公司 Test method and tester for pages in Web system
CN104267944A (en) * 2014-09-22 2015-01-07 浪潮软件集团有限公司 Spring-based MVC (model view controller) mode optimization system
CN106033336A (en) * 2015-03-12 2016-10-19 阿里巴巴集团控股有限公司 Method, device and system for resolving Maven dependency conflicts
CN104809071A (en) * 2015-05-14 2015-07-29 北京润科通用技术有限公司 Code testing method and device
CN105718259A (en) * 2016-01-14 2016-06-29 广东亿迅科技有限公司 Eclipse based rapid component plugging development method
CN107977208A (en) * 2017-12-19 2018-05-01 国云科技股份有限公司 A kind of Safety actuality configuration authority method based on maven

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
JEVIEN: "利用java filter实现业务异常拦截 跳转到错误信息提示页面", 《HTTPS://BLOG.CSDN.NET/AJUN_STUDIO/ARTICLE/DETAILS/6876109》 *
六尺帐篷: "web开发中web容器的作用(如tomcat)", 《HTTPS://WWW.JIANSHU.COM/P/99F34A91AEFE》 *
陈丁等: "《Java EE程序设计教程》", 28 February 2018, 西安电子科技大学出版社 *

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110048879A (en) * 2019-03-12 2019-07-23 平安医疗健康管理股份有限公司 Micro services register method, device, electronic equipment and computer readable storage medium
CN110048879B (en) * 2019-03-12 2023-03-24 深圳平安医疗健康科技服务有限公司 Microservice registration method, microservice registration device, electronic equipment and computer-readable storage medium
CN109962814A (en) * 2019-03-29 2019-07-02 山东浪潮云信息技术有限公司 A kind of the log capture and processing method of micro services Development Framework
CN110727438A (en) * 2019-09-11 2020-01-24 宝付网络科技(上海)有限公司 Automatic web system generation tool based on SpringBoot
CN110727438B (en) * 2019-09-11 2023-11-14 宝付网络科技(上海)有限公司 Web system automatic generation tool based on SpringBoot
CN110727537A (en) * 2019-10-21 2020-01-24 深圳前海环融联易信息科技服务有限公司 Method and device for uniformly processing response message, computer equipment and storage medium
CN110727537B (en) * 2019-10-21 2023-12-26 深圳前海环融联易信息科技服务有限公司 Method, device, computer equipment and storage medium for uniformly processing response message
CN112988531A (en) * 2019-12-18 2021-06-18 中国移动通信集团浙江有限公司 Usability evaluation method and device for application software and computing equipment
CN112988531B (en) * 2019-12-18 2022-08-12 中国移动通信集团浙江有限公司 Usability evaluation method and device for application software and computing equipment
CN111130880A (en) * 2019-12-24 2020-05-08 杭州米络星科技(集团)有限公司 Micro-service system exception mechanism transfer method
CN113794705A (en) * 2021-09-02 2021-12-14 百融至信(北京)征信有限公司 TTL-based multi-header link gray level release method and system
CN113794705B (en) * 2021-09-02 2023-08-04 百融至信(北京)科技有限公司 TTL-based multi-header link gray level publishing method and system

Similar Documents

Publication Publication Date Title
CN108647107A (en) Unified exception handling method for micro-service development framework
US10956213B1 (en) Automated workflow creation and management
US9582268B2 (en) Automatic communications graphing for a source application
CN108279866B (en) Method, device and medium for arranging and executing business process
US9760343B2 (en) Application builder based on metadata
US10089082B2 (en) Visual devops systems and methods
US8356274B2 (en) System and methods to create a multi-tenancy software as a service application
JP5197688B2 (en) Integrated environment generator
US7831568B2 (en) Data migration
US20110004564A1 (en) Model Based Deployment Of Computer Based Business Process On Dedicated Hardware
US9069898B2 (en) System for providing regression testing of an integrated process development system and method therefor
US20100262559A1 (en) Modelling Computer Based Business Process And Simulating Operation
US9519663B2 (en) Upgrading and migrating a database by a migration tool
US20140237443A1 (en) System and method for supporting intelligent design pattern automation
CN103778178A (en) Method and system for reconfiguring snapshot of virtual machine (VM)
CN104216912A (en) Method and device for achieving non-intrusive service form workflow
CN109032881A (en) A kind of log level dynamic method of adjustment and device
US10545736B1 (en) Conversion of interpretive language functions into web applications or services
CN104049974B (en) Control changeable assembling method and system
CN109710260A (en) It is a kind of based on multi-platform applet code converting system and conversion method
US20160149987A1 (en) Methods, systems, and computer readable media for automatic generation of programming-language-neutral representation of web application protocol interactions that implement network test
CN112579099A (en) Code deployment method and device, storage medium and electronic equipment
CN102004640B (en) Method and device for rapidly providing customized software package
CN106484452A (en) A kind of unified configuring management method of software platform and device
US20140019515A1 (en) Adaptive business logic configurator

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20181012

RJ01 Rejection of invention patent application after publication