Skip to content
This repository has been archived by the owner on Sep 1, 2019. It is now read-only.
/ sixlab-web Public archive

https://sixlab.cn 整站源代码。后端为 Java Web 项目。前端待定。

License

Notifications You must be signed in to change notification settings

sixlab/sixlab-web

Repository files navigation

由于GitHub国内访问不畅,所以两个 Git 仓库作同步:

码云:https://gitee.com/nianqinianyi/sixlab-web

GitHub:https://github.com/PatrickRoot/sixlab-web

sixlab-web

六楼实验室:https://sixlab.cn/ 整站源代码。 后端为 Java Web 项目。前端待定

后端

Java Web 项目,基于 Spring Boot,未来可能基于Spring Cloud微服务框架进行重构。

前端

待定,React.js相关的框架

版本规划

  • V1.0.0 主要实现功能,基于Spring Boot。包含:登录接口、电影/电视剧的接口、首页、登录页、code页、i页
  • V2.0.0 基于 Spring Cloud 重构
  • V3.0.0 拆分出一个新仓库,实现博客相关功能,目标是完成了一个简单的博客系统。留下来的代码作为新仓库的一个类插件的微服务模块存在。
  • V4.0.0 待定