CN110865802A - Tax interface rapid development method based on micro-service architecture - Google Patents

Tax interface rapid development method based on micro-service architecture Download PDF

Info

Publication number
CN110865802A
CN110865802A CN201911192243.9A CN201911192243A CN110865802A CN 110865802 A CN110865802 A CN 110865802A CN 201911192243 A CN201911192243 A CN 201911192243A CN 110865802 A CN110865802 A CN 110865802A
Authority
CN
China
Prior art keywords
service
micro
tax
jar
code
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
CN201911192243.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.)
Shandong Inspur Business System Co Ltd
Original Assignee
Shandong Inspur Business System Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Inspur Business System Co Ltd filed Critical Shandong Inspur Business System Co Ltd
Priority to CN201911192243.9A priority Critical patent/CN110865802A/en
Publication of CN110865802A publication Critical patent/CN110865802A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/10Tax strategies

Abstract

The invention discloses a tax interface rapid development method based on a micro-service architecture, and belongs to the technical field of application of computers in tax. The invention discloses a tax interface rapid development method based on a micro-service architecture, which comprises the following steps: s1, registering a development account; s2, maintaining the basic information of the account; s3, applying for development permission; s4, judging whether the application passes; s5, downloading a platform dependence package and a business unit jar; s6, importing the dependency and unit jar into a program of the dependency and unit jar, and developing services of the dependency and unit jar; s7, packaging the service of the user into a jar package; s8, submitting the code to a platform and registering the service; and S9, performing service test. The method for rapidly developing the tax interface based on the micro-service architecture can reduce the learning cost to a great extent, and a third party can release a minimized code unit for other people to use after developing the service, so that the sharing of tax knowledge is increased, and the method has good popularization and application values.

Description

Tax interface rapid development method based on micro-service architecture
Technical Field
The invention relates to the technical field of application of a computer to tax, and particularly provides a method for quickly developing a tax interface based on a micro-service architecture.
Background
With the continuous improvement and development of national tax, the related services of tax are also continuously modified. For a system of services provided for the tax industry, maintenance personnel need to continuously learn tax services for a long time and continuously maintain program codes, which increases the cost for enterprises.
In the actual working process, in order to reduce the learning cost and the maintenance work of codes, a system is needed, the system gives minimum granulation to the services of each service domain to form minimum code calling units, the minimum code calling units are maintained uniformly by the system, when third-party personnel develop services on the system, the units can be directly called, corresponding services of the units are modified, corresponding unit programs are uniformly modified by the system, the maintenance is not needed by the third-party personnel, the learning and maintenance cost is reduced to a great extent, and the minimum code units can be issued after the third-party personnel develop the services for other people to use, so that the sharing of tax knowledge is increased.
Disclosure of Invention
The technical task of the invention is to solve the problems and provide a method for rapidly developing a tax interface based on a micro-service architecture, which can reduce learning and maintenance costs to a great extent, and can release a minimized code unit for others to use after third-party personnel develop services, thereby increasing tax knowledge sharing.
In order to achieve the purpose, the invention provides the following technical scheme:
a tax interface rapid development method based on micro-service architecture comprises the following steps:
s1, registering a development account;
s2, maintaining the basic information of the account;
s3, applying for development permission;
s4, judging whether the application passes, if so, executing the step S5, otherwise, returning to the step S2;
s5, downloading a platform dependence package and a business unit jar;
s6, importing the dependency and unit jar into a program of the dependency and unit jar, and developing services of the dependency and unit jar;
s7, packaging the service of the user into a jar package;
s8, submitting the code to a platform and registering the service;
s9, carrying out service test, if the test is passed, executing the step S10, otherwise returning to the step S6;
s10, issuing service;
and S11, ending.
And the third party personnel downloads the required service unit code package, imports the program of the third party personnel and carries out calling, debugging and development.
Preferably, after the application is issued in step S10, the method may further include the following steps:
s101, applying for becoming a minimum code unit, and executing the step S112 if the application is not, otherwise, returning to the step S6;
and S102, adding the code block into a platform code base.
Preferably, the method is completed by adopting a Spring development framework.
Preferably, the jar package is managed by maven, the jar package uploaded by a user is submitted to audit, after the audit is passed, the system uploads the jar package to a maven private server, other people download the project package, a needed micro-service interface is selected, and the program package automatically downloads the jar package according to the selected interface.
Preferably, the development account is registered by a third party developer.
Preferably, the basic information of the maintenance account includes information of a maintenance developer and related items thereof, and contact information of a tax responsible department.
Preferably, when the development right is applied, if the application content is not true or incomplete, the development application is rejected, the application is submitted after the completion, and if the application content is true and complete, the development right and the download platform service unit code right are given.
Preferably, when the service test is carried out, the code is modified and submitted continuously if the test is not passed, and the code is applied to the tax responsible department for on-line if the test is passed.
Compared with the prior art, the tax interface rapid development method based on the micro-service architecture has the following outstanding beneficial effects: the tax interface rapid development method based on the micro-service architecture can reduce maintenance cost to a great extent, and a third party can publish a minimized code unit for other people to use after developing services, so that tax knowledge sharing is increased, the learning cost of business is reduced, code maintenance work is reduced, operation and maintenance work and cost of enterprises are reduced, development services can be rapidly completed, and the method has good popularization and application values.
Drawings
FIG. 1 is a flowchart of a method for rapidly developing a tax interface based on a micro-service architecture according to the present invention.
Detailed Description
The tax interface rapid development method based on the micro-service architecture of the present invention will be further described in detail with reference to the accompanying drawings and embodiments.
Examples
As shown in fig. 1, the method for rapidly developing a tax interface based on a micro-service architecture of the present invention is completed by using a Spring development architecture, and includes the following steps:
and S1, registering the development account.
The third party developer registers a development account. And the third party personnel downloads the required service unit code package, imports the program of the third party personnel and carries out calling, debugging and development.
And S2, maintaining the basic information of the account.
The basic information of the maintenance account includes information of a maintenance developer and related items thereof and contact information of a tax responsible department.
And S3, applying for development authority.
When the development right is applied, if the application content is not real or perfect, the development application is rejected, the application is submitted after the completion, and if the application content is real and perfect, the development right and the download platform service unit code right are given.
And S4, judging whether the application passes, if so, executing the step S5, and if not, returning to the step S2.
And S5, downloading the platform dependent package and the service unit jar.
The jar package is managed by maven, a user uploads the jar package to submit to audit, after the audit is passed, the system uploads the jar package to a maven private server, other people download the project package, a needed micro-service interface is selected, and the program package automatically downloads the jar package according to the selected interface.
And S6, importing the dependency sum unit jar into the program of the user, and developing the service of the user.
And S7, packaging the service of the user into a jar package.
S8, submitting the code to the platform and registering the service.
And S9, performing service test, if the test is passed, executing the step S10, otherwise, returning to the step S6.
When the service test is carried out, the code is modified if the test is not passed, the code is continuously submitted, and if the test is passed, the code is applied to a tax responsible department for on-line.
And S10, issuing service.
S101, applying for becoming a minimum code unit, and executing the step S112 if the application is not, otherwise, returning to the step S6;
and S102, adding the code block into a platform code base.
And S11, ending.
The tax interface rapid development method based on the micro-service architecture mainly depends on tools as shown in the table 1:
TABLE 1
Serial number Class name Introduction to function
1 CacheUtils Cache coherent processing classes
2 XmlTools xml message parsing and assembly thereof
3 StringUtil Character dependent conversion classes
4 SortUtils Various ordering and grouping related method classes
5 DateUtils Date conversion class
6 ErrorException Error code handling class
7 SwConstants Tax constant class
8 ServiceCall Service invocation class
The tax interface rapid development method based on the micro-service architecture of the invention has the following basic unit part service list as shown in the following table 2:
TABLE 2
Figure BDA0002293864170000041
Figure BDA0002293864170000051
The above-described embodiments are merely preferred embodiments of the present invention, and general changes and substitutions by those skilled in the art within the technical scope of the present invention are included in the protection scope of the present invention.

Claims (8)

1. A tax interface rapid development method based on micro-service architecture is characterized in that: the method comprises the following steps:
s1, registering a development account;
s2, maintaining the basic information of the account;
s3, applying for development permission;
s4, judging whether the application passes, if so, executing the step S5, otherwise, returning to the step S2;
s5, downloading a platform dependence package and a business unit jar;
s6, importing the dependency and unit jar into a program of the dependency and unit jar, and developing services of the dependency and unit jar;
s7, packaging the service of the user into a jar package;
s8, submitting the code to a platform and registering the service;
s9, carrying out service test, if the test is passed, executing the step S10, otherwise returning to the step S6;
s10, issuing service;
and S11, ending.
2. The method for rapidly developing a tax interface based on micro-service architecture according to claim 1, wherein: after the application is issued in step S10, the method may further include the following steps:
s101, applying for becoming a minimum code unit, and executing the step S112 if the application is not, otherwise, returning to the step S6;
and S102, adding the code block into a platform code base.
3. The method for rapidly developing a tax interface based on micro-service architecture according to claim 2, wherein: the method is completed by adopting a Spring development architecture.
4. The method for rapidly developing a tax interface based on micro-service architecture according to claim 3, wherein: the jar package is managed by maven, a user uploads the jar package to submit to audit, after the audit is passed, the system uploads the jar package to a maven private server, other people download the project package, a needed micro-service interface is selected, and the program package automatically downloads the jar package according to the selected interface.
5. The method for rapidly developing a tax interface based on micro-service architecture according to claim 4, wherein: the development account is registered by a third party developer.
6. The method for rapidly developing a tax interface based on micro-service architecture according to claim 5, wherein: the basic information of the maintenance account includes information of a maintenance developer and related items thereof and contact information of a tax responsible department.
7. The method for rapidly developing a tax interface based on micro-service architecture according to claim 6, wherein: when the development right is applied, if the application content is not real or perfect, the development application is rejected, the application is submitted after the completion, and if the application content is real and perfect, the development right and the download platform service unit code right are given.
8. The method for rapidly developing a tax interface based on micro-service architecture according to claim 7, wherein: when the service test is carried out, the code is modified if the test is not passed, the code is continuously submitted, and if the test is passed, the code is applied to a tax responsible department for on-line.
CN201911192243.9A 2019-11-28 2019-11-28 Tax interface rapid development method based on micro-service architecture Pending CN110865802A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911192243.9A CN110865802A (en) 2019-11-28 2019-11-28 Tax interface rapid development method based on micro-service architecture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911192243.9A CN110865802A (en) 2019-11-28 2019-11-28 Tax interface rapid development method based on micro-service architecture

Publications (1)

Publication Number Publication Date
CN110865802A true CN110865802A (en) 2020-03-06

Family

ID=69657408

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911192243.9A Pending CN110865802A (en) 2019-11-28 2019-11-28 Tax interface rapid development method based on micro-service architecture

Country Status (1)

Country Link
CN (1) CN110865802A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111708515A (en) * 2020-04-28 2020-09-25 山东鲁能软件技术有限公司 Data processing method based on distributed shared micromodule and salary grade integrating system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060206864A1 (en) * 2005-03-14 2006-09-14 Michael Shenfield System and method for applying development patterns for component based applications
CN102065077A (en) * 2010-11-11 2011-05-18 中国联合网络通信集团有限公司 Method and system for distributing application software to terminal
CN102325153A (en) * 2011-07-12 2012-01-18 北京新媒传信科技有限公司 Service development method and system
CN102591667A (en) * 2012-01-16 2012-07-18 深圳市同洲视讯传媒有限公司 Method and device for remote publishing application
CN103106267A (en) * 2013-02-02 2013-05-15 浙江大学 Information collection method based on microblog crowdsourcing question-answering system
CN104243574A (en) * 2014-09-11 2014-12-24 浪潮软件集团有限公司 Design method of tax industry third-party application cloud open platform
CN109889571A (en) * 2019-01-09 2019-06-14 深圳市雁联计算系统有限公司 A kind of development platform system and development approach

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060206864A1 (en) * 2005-03-14 2006-09-14 Michael Shenfield System and method for applying development patterns for component based applications
CN102065077A (en) * 2010-11-11 2011-05-18 中国联合网络通信集团有限公司 Method and system for distributing application software to terminal
CN102325153A (en) * 2011-07-12 2012-01-18 北京新媒传信科技有限公司 Service development method and system
CN102591667A (en) * 2012-01-16 2012-07-18 深圳市同洲视讯传媒有限公司 Method and device for remote publishing application
CN103106267A (en) * 2013-02-02 2013-05-15 浙江大学 Information collection method based on microblog crowdsourcing question-answering system
CN104243574A (en) * 2014-09-11 2014-12-24 浪潮软件集团有限公司 Design method of tax industry third-party application cloud open platform
CN109889571A (en) * 2019-01-09 2019-06-14 深圳市雁联计算系统有限公司 A kind of development platform system and development approach

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
刘辉军 等: "基于开源框架及容器技术的微服务架构研究" *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111708515A (en) * 2020-04-28 2020-09-25 山东鲁能软件技术有限公司 Data processing method based on distributed shared micromodule and salary grade integrating system

Similar Documents

Publication Publication Date Title
US7739256B2 (en) Method for selling custom business software and software exchange marketplace
CN102880683B (en) The automatic network of a kind of feasibility study report generates system and the method for generation thereof
US20170364604A1 (en) Third party centralized data hub system providing shared access to third party questionnaires, third party responses, and other third party data
CN101287018A (en) Integrated data-handling method and device based on multi-system user
CN112417503A (en) Method and device for authorizing post authority, electronic equipment and storage medium
CN112016286A (en) File generation method and device and electronic equipment
WO2020029455A1 (en) Merchandise management platform, method, device, system and equipment
AU2020389036A1 (en) A system and a method for generating and managing machine executable digital contracts
CN112017060A (en) Method and device for resource allocation for target user and electronic equipment
CN114218315A (en) Interface generation method and device, computer equipment and storage medium
CN110865802A (en) Tax interface rapid development method based on micro-service architecture
CN112015979A (en) Method and device for sending information to target crowd and electronic equipment
CN104793928A (en) Developing and running platform implementation method and system based on Java
CN110533392A (en) A kind of realization method and system confirming capital settlement attribution data unit
CN111209281A (en) Annuity data processing method, device, medium and electronic equipment
US20220091860A1 (en) Integrating learning data provided by an external learning platform to create a custom learner experience within the context of an application provided by a cloud computing platform
Tereso et al. Open source CRM systems for SMEs
CN115731013A (en) Intelligent registration method, electronic equipment and related products
StataCorp Data analysis and statistical software
CN100524214C (en) MIS system function transferring method and transferring device
CN112465509A (en) Signing contract early warning method and device
CN110032703A (en) A kind of enterprise web site trustship method and system
Mahanani et al. Strengthening Community Legal Awareness Toward Consumer Protection Laws Through the Utilization of Information Technology
Afolabi et al. Automation of the Requisition Process in Material Supply Chain of Construction Firms
Park Code Release Model for Technology Transfer on R&D Projects of SW Development

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