LitctfPlatform
LitctfPlatform copied to clipboard
一个基于SpringBoot的CTF平台
LitctfPlatform
一个基于SpringBoot的CTF平台
v1.00 demo:http://39.105.29.134:8080/home
本平台主要用于开发学习,使用的轮子包括
Thymeleaf 模版引擎
SpringBoot
Mybatis
Shiro权限控制
Druid数据源
Kaptcha验证码
数据库采用Mysql
如何使用
需要新建数据库my_ctf,将my_ctf.sql文件导入,生成对应的表及视图,之后运行程序便可以成功启动