Skip to content

Mike-Solar/That-Time-I-Created-a-OJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

关于我自己写了个OJ这件事

没错,这是一个OJ。众所周知最近的动漫名字都很长,所以这也许算是一种跟风(?)

这个项目是用Spring Boot 3写的后端,前端还没开始。数据库是MariaDB。创建表的命令在initDataBase.sql里。 创建数据库的命令:

create user 'oj'@'localhost' identified by 'oj';
create database oj;
grant all on oj.* to 'oj'@'localhost';
flush privileges ;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages