Design and Implementation of Music Web Application based on Vue and Spring Boot

Yan Yi,Zichun Li
DOI: https://doi.org/10.1145/3443467.3443875
2020-11-06
Abstract:With the maturity of Spring and the vigorous development of the Web front-end, a music Web Application (APP) is built based on Spring Boot and Vue Framework, which is efficient and concise. The function requirements of music Web App are firstly described by use case diagram, and the core domain objects are analyzed; secondly the system architecture uses the front-back separation mode: the front-end uses HyperText Markup Language(HTML) and Vue to realize page display and route control, the back-end is realized by some Spring Boot components(e.g., Service), the front-end and back-end interact with restful Application Programming Interface(API) and JavaScript Object Notation(JSON) data; finally the database relation models and module design are presented in detail. The whole project can run independently without external web containers which has high portability and practical value. At the same time the efficiency of development and deployment is improved greatly.
What problem does this paper attempt to address?