Skip to content
This repository was archived by the owner on Mar 11, 2021. It is now read-only.

Latest commit

 

History

History
59 lines (35 loc) · 1.32 KB

README.md

File metadata and controls

59 lines (35 loc) · 1.32 KB

Timeline

This is a Timeline project for software testing. You can visit the deployed project here: http://152.136.173.30 image-20191113215030520

SQL file named timeline.sql is located in src/main/resources

需求

注: 基于原有需求基础上,我们增加了POST新内容的功能,并完成了测试。

小组成员

  • 童翰文
  • 陈俊杰
  • 项慕凡
  • 徐滔锴

使用框架

  • 前端

    • Vue.js 2.x
  • 后端

    • Spring Boot 2.2.0
    • MyBatis 3
    • MySQL 8.0.16
  • 测试

    • JUnit 5
    • Mockito

测试结果

  • TimelineItemControllerTest
  • TimelineItemServiceImplTest