Skip to content

huang1214/costManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

项目部署

本项目使用Springboot+Mysql+Flyway+Layui

  • 安装jdk和mysql环境。注意mysql本系统使用的是最新版本。低版本可能会出现下面问题
  Incorrect table definition :There can be only one TIMESTAMP columu.....
  将脚本文件中涉及到TIMESTAMP的字段修改为如下样子,例如:
   >  `start` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
   >  `end` timestamp NOT NULL,
  • 将代码clone下来后,用idea打开。
  • 修改数据库配置,帐号密码。
  • 如果是首次运行,先在数据库里面创建一个数据库scis。
  • 运行项目,程序会自动创建相关的表结构。

About

学科竞赛经费管理系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors