1 Star 0 Fork 61

影先生 / tams

forked from dda / tams 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

排课管理系统

一个排课管理、统计系统,可批量排课、导出课表。

UI展示

排课

导出

报表统计

技术栈

前端

  • vue 2.6
  • vue-router 3.4
  • vuex 3.5
  • axios 0.19
  • element-ui 2.13
  • fullcalendar 5.3
  • echarts 4.8

后端

  • SpringBoot 2.3
  • MyBatis-Plus 3.3
  • Swagger2 3.0
  • poi 4.1

运行

环境

  • MySQL 5.7
  • JDK 1.8
  • Maven 3.6
  • Node 12.14
  • Yarn 1.21

前端

cd tams-web
yarn
yarn serve

后端

  • 新建tams数据库,执行数据库脚本 db/init_ddl.sql db/init_dml.sql
  • 修改数据库信息为自己的配置 tams-server/src/main/resources/application-dev.yaml
  • 运行 TamsApplication

访问

部署

环境

  • docker 19.03
  • docker-compose 1.26

映射目录

  • 日志 ~/tams/logs
  • 数据库 ~/tams/mysql/data

初始部署

升级

  • 执行要升级的数据库脚本
  • 执行打包文件中的升级脚本 upgrade.sh

卸载

  • 执行打包文件中的卸载脚本 uninstall.sh
MIT License Copyright (c) 2021 lhd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

排课管理系统 SpringBoot+Vue 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/buluefox/tams.git
git@gitee.com:buluefox/tams.git
buluefox
tams
tams
master

搜索帮助