https://github.com/bewhale/javasec
Java安全 学习记录
https://github.com/bewhale/javasec
javasec
Last synced: about 1 month ago
JSON representation
Java安全 学习记录
- Host: GitHub
- URL: https://github.com/bewhale/javasec
- Owner: bewhale
- Created: 2022-04-26T03:16:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T03:54:15.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T12:24:22.397Z (2 months ago)
- Topics: javasec
- Language: JavaScript
- Homepage:
- Size: 3.44 MB
- Stars: 182
- Watchers: 5
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaSec
本项目使用JAVA "1.8.0_112"
基于Spring boot + layuimini 进行开发实现。# 数据库配置
在`application.yml`里面修改MySQL数据库用户名密码
默认为 root/123456然后新建数据库 `javasec`
导入 javasec.sql 文件# 项目运行
下载运行[jar包](https://github.com/bewhale/JavaSec/releases/download/v1.0/javasec-0.0.1-SNAPSHOT.jar)即可
```
java -jar javasec-0.0.1-SNAPSHOT.jar
```# 预览


# 参考文章
https://github.com/j3ers3/Hello-Java-Sec
https://github.com/lalajun/RMIDeserialize
https://github.com/LandGrey/SpringBootVulExploit
http://www.jrasp.com/case/
https://javasec.org/