# thesis-manage-parent **Repository Path**: hpaw/thesis-manage-parent ## Basic Information - **Project Name**: thesis-manage-parent - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 本系统采用面向服务(SOA)体系结构,经过调研和老师的讨论之后,我根据角色大致分出三个子系统,分别是学生子系统、教师子系统、管理员子系统。每个子系统作为单独的服务进行开发,充分展现了“高内聚、低耦合”的设计思想。其中内部使用MVC开发模式,包含数据访问层、视图表现层、业务控制层,每层功能单独分割,但又相互关联,层层递进。 系统采用基于Angular、Spring Boot、Spring Cloud、Mybaties技术的设计与实现,使用Excel4J完成信息的导入和导出,上传文件到阿里云OSS服务器,项目部署采用阿里云Centos7服务器。