集美大学诚毅学院毕业设计 俞仰滨:基于 SpringBoot 在线课程管理系统
Design and implementation of Online course management
system based on SpringBoot
Abstract: This paper firstly introduces the current situation and development background of the
online course management system, and then discusses the design goals, system requirements,
overall design scheme, and the detailed design and implementation of the system. Issues that
need improvement. This system can realize the functions of teacher management, subject
management, teaching plan management, student management, course management, course
message management, course collection management, notification announcement management
and other functions [1]. In terms of design, the system adopts the B/S three-tier structure and
adopts the MVC mode. This mode uses the VUE technology to express the dynamic design of the
page. From the perspective of system security and code reusability, using springboot The key
code is encapsulated, and the background database is MySQL database. After design,
development and testing, it basically meets the relevant needs of users, and better realizes the
functions and modules related to the online course management system.
Key Words:Online Course Management System; Spring Boot framework; MySQL database