CN210246800U - Wisdom library system - Google Patents

Wisdom library system Download PDF

Info

Publication number
CN210246800U
CN210246800U CN201921837895.9U CN201921837895U CN210246800U CN 210246800 U CN210246800 U CN 210246800U CN 201921837895 U CN201921837895 U CN 201921837895U CN 210246800 U CN210246800 U CN 210246800U
Authority
CN
China
Prior art keywords
services
center
micro
service
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201921837895.9U
Other languages
Chinese (zh)
Inventor
Yan Tang
唐燕
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.)
Suzhou Fisbock Intelligent Technology Co Ltd
Original Assignee
Suzhou Fisbock Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Fisbock Intelligent Technology Co Ltd filed Critical Suzhou Fisbock Intelligent Technology Co Ltd
Priority to CN201921837895.9U priority Critical patent/CN210246800U/en
Application granted granted Critical
Publication of CN210246800U publication Critical patent/CN210246800U/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The utility model discloses a smart library system, including user side and server end, the server end includes user center, is used for providing little service registration center and a plurality of center server of a plurality of little services, the user side with user center communication connection, user center still with little service registration center communication connection, little service registration center still respectively with each center server communication connection; the effect is as follows: the micro-service architecture replaces the existing monomer architecture, and each micro-service is independent and application and service are separated, so that when function expansion and new function addition are needed in the later period, only new micro-services are needed to be added without influencing the existing micro-services, the expansion and the update of the whole system are very convenient and quick, and the operation efficiency and the stability of the system are greatly improved; the problems of difficult expansion, high maintenance cost and long development period in the prior art are solved.

Description

Wisdom library system
Technical Field
The utility model relates to a library technical field, concretely relates to wisdom library system.
Background
Library management systems are widely used, such as schools, enterprises, institutions, communities, and the like. However, the existing library management system mainly uses paper book management as a main part, the management object is relatively single, and the sharing of the library system data is very inconvenient, so that the current business requirements and the development of intelligent education platforms and intelligent equipment are difficult to meet.
The existing library management system is mainly realized by remaining in a traditional single application architecture, the traditional single application architecture is centralized in function and centralized in code and data, and a release package is deployed and then runs in the same process, so that the functions are difficult to expand and extremely poor in maintainability when newly added in the later period.
Disclosure of Invention
The utility model aims at providing a wisdom library system to solve the difficult problem of expanding that exists among the prior art.
The utility model discloses the technical scheme who takes does: the utility model provides a wisdom library system, includes user side and server end, the server end includes user center, is used for providing a plurality of little service registration center and a plurality of center server of a plurality of little services, the user side with user center communication connection, user center still with little service registration center communication connection, little service registration center still respectively with each center server communication connection.
Preferably, the user side comprises a plurality of library terminals, and each library terminal comprises a human-computer interaction device and an identity authentication device.
Preferably, the user center includes a Web server and a user center server.
Preferably, the micro-service includes a user service, a reader service, a credit service, a book service, a circulation service, an inquiry service, a self-service device service, an interface service, an order service, a payment service, and a customer service.
Preferably, each microservice employs a Spring Security architecture.
Preferably, each central server includes an application server and a database server.
By adopting the technical scheme, the method has the following advantages: the utility model provides a smart library system, replace current monomer framework through little service framework, because every little service is all independent, use and service phase separation, therefore, when later stage needs function extension, increases new function, only need increase new little service can, do not influence current little service, the extension and the renewal of whole system are very convenient and swift, make system operating efficiency and stability improve greatly; the problems of difficult expansion, high maintenance cost and long development period in the prior art are solved.
Drawings
Fig. 1 is a schematic structural diagram of an intelligent library system provided by an embodiment of the present invention.
Detailed Description
In order to make the technical problems, technical solutions and advantages to be solved by the present invention clearer, the following detailed description will be given with reference to the accompanying drawings and specific embodiments, which are used for illustrating the present invention but are not used for limiting the scope of the present invention.
Referring to fig. 1, the present embodiment provides a smart library system, which includes a user side and a server side, where the server side includes a user center, a micro-service registry for providing a plurality of micro-services, and a plurality of center servers, the user side is in communication connection with the user center, the user center is also in communication connection with the micro-service registry, and the micro-service registry is also in communication connection with each center server.
Specifically, in implementation, the user side comprises a plurality of library terminals, and each library terminal comprises a human-computer interaction device and an identity authentication device; wherein, the identity authentication device adopts at least one of an authentication card, a fingerprint and a face recognition device; the human-computer interaction device adopts self-service terminal equipment; the user center comprises a Web server and a user center server; each central server comprises an application server and a database server;
the micro service comprises user service, reader service, point service, book service, circulation service, inquiry service, self-service equipment service, interface service, ordering service, payment service and customer service; it should be noted that, only some micro services are listed here, and are not limited thereto; different library systems contain different amounts of micro-services to ensure that high-quality services can be provided for users under different conditions;
each micro service can be compiled and deployed independently and communicated with each other through an interface, the micro services cooperate with each other to provide functions for users as a whole, but can be expanded independently, and when the functions are expanded, the whole application does not need to be compiled again and developed again, so that a great amount of time is saved; each micro service adopts Spring Security architecture, and is combined with Auth2 and JWT (Json web token) as a Security token to realize uniform Security authentication and authorization, so that the micro services can be isolated and intercommunicated safely as required;
in the aspect of micro service use, all functions are embodied in a micro service form, each micro service is provided with a use instruction, any third-party user can select specific micro services according to the business requirements after obtaining the authority, and all the services are used in a self-service form; for example, a one-card system in a school selects one-card micro-service, a face recognition system selects biological recognition micro-service, a smart campus platform selects reader micro-service, and intelligent equipment selects SIP2 service;
all the microservices must register the service name and address on the registration server of the microservice registration center; therefore, regardless of how many micro services exist in the later stage, the micro services can be called only through the registration server of the micro service registration center, so that the micro services can be deployed in different central servers and areas, namely, the system can serve different cities, different libraries or different libraries in the same city, and the system is not limited, and can be seen from the attached drawings of the specification, and the description is omitted.
By adopting the scheme, the micro-service architecture replaces the existing monomer architecture, and each micro-service is independent and the application and the service are separated, so that when function expansion and new function addition are needed in the later period, only the new micro-service needs to be added without influencing the existing micro-service, the expansion and the update of the whole system are very convenient and quick, and the operation efficiency and the stability of the system are greatly improved; the problems of difficult expansion, high maintenance cost and long development period in the prior art are solved.
Finally, it should be noted that the above description is only a specific embodiment of the present invention, but the protection scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention should be covered by the protection scope of the present invention.

Claims (6)

1. The intelligent library system is characterized in that the server side comprises a user center, a micro-service registration center and a plurality of center servers, wherein the micro-service registration center is used for providing a plurality of micro-services, the user side is in communication connection with the user center, the user center is also in communication connection with the micro-service registration center, and the micro-service registration center is also in communication connection with each center server.
2. The intelligent library system of claim 1, wherein the user terminal comprises a plurality of library terminals, and each library terminal comprises a human-computer interaction device and an identity authentication device.
3. The intelligent library system of claim 1, wherein the user hub comprises a Web server and a user hub server.
4. The intelligent library system of claim 1, wherein the micro-services comprise user services, reader services, credit services, book services, circulation services, inquiry services, self-service services, interface services, subscription services, payment services, and customer services.
5. The intelligent library system of claim 4, wherein each microservice employs a SpringSecurity architecture.
6. The intelligent library system of claim 1, wherein each central server comprises an application server and a database server.
CN201921837895.9U 2019-10-29 2019-10-29 Wisdom library system Active CN210246800U (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201921837895.9U CN210246800U (en) 2019-10-29 2019-10-29 Wisdom library system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201921837895.9U CN210246800U (en) 2019-10-29 2019-10-29 Wisdom library system

Publications (1)

Publication Number Publication Date
CN210246800U true CN210246800U (en) 2020-04-03

Family

ID=69966719

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201921837895.9U Active CN210246800U (en) 2019-10-29 2019-10-29 Wisdom library system

Country Status (1)

Country Link
CN (1) CN210246800U (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115134413A (en) * 2022-05-16 2022-09-30 中国人民财产保险股份有限公司 Registration method of micro service cluster, service request processing method and micro service cluster

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115134413A (en) * 2022-05-16 2022-09-30 中国人民财产保险股份有限公司 Registration method of micro service cluster, service request processing method and micro service cluster

Similar Documents

Publication Publication Date Title
CN101833827B (en) Self-service system for hotel
CN101908015B (en) Device and method for creating test case based on components
CN103369038B (en) Platform serves PaaS management platform and method
CN105761139A (en) Account checking system and method
CN101742480B (en) Method and system for distributing initial key of slave security domain of intelligent card and mobile terminal
CN102053962B (en) Lightweight middleware-based networking RFID system and data interaction method
CN107527222B (en) Information processing method, device and system
CN102208923A (en) Application-type service management method of near filed communication intelligent card and system thereof
CN103209153A (en) Method, device and system for processing messages
CN210246800U (en) Wisdom library system
CN101742481B (en) Method and system for distributing secondary security domain initial keys of smart card and mobile terminal
CN201812329U (en) Hotel self-service system
CN110737425A (en) billing platform system application program establishing method and device
CN109218447A (en) Media file distribution method and file distributing platform
CN108881390A (en) the cloud platform deployment method, device and equipment of electronic account service
CN108009916A (en) A kind of method and system of the universal payment book keeping operation based on affairs dynamic adjustment
CN108038403B (en) Card reading method based on NFC technology and client
CN105654279A (en) Payment platform management method and device
CN112766952B (en) Multi-payment terminal and multi-cash register collection method and system
CN109039776A (en) The unified account number management system of multisystem is realized by simulation HTTP request
CN105607938B (en) Security application interface elements configuration method
CN102956012A (en) System of membership cards with barcodes and method for integrating functions of multiple commercial tenant member cards
CN109102381B (en) Accounting processing method and device
CN102385737A (en) Credit card system with bar code and method for integrating credit card function and membership card function into one body
CN111882414A (en) Financial business middle platform system

Legal Events

Date Code Title Description
GR01 Patent grant
GR01 Patent grant