Research on Mobile Point Exchange System Based on Collaborative Filtering Recommendation Algorithm
Published Online: Feb 21, 2022
Page range: 65 - 72
DOI: https://doi.org/10.21307/ijanmc-2021-018
Keywords
© 2021 Leijie Feng et al., published by Sciendo
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
This paper describes the development process of the mobile point exchange system from demand analysis, outline design, detailed design and implementation. The system combines current business needs and uses collaborative filtering recommendation algorithms to solve the problem of how to calculate data similarity. The system is written in JAVA language, and uses a layered architecture model to separate business modules and functional modules. The front-end uses HTML, FreeMarker and Vue technologies to achieve page display and data rendering, and the persistence layer framework uses Mybatis to implement customized SQL, Stored procedures and advanced mapping, through the Spring framework to realize the management of JAVABean, dependency injection and transaction management, and finally realize the point redemption function.