# vuln-java-dev **Repository Path**: supermant/vuln-java-dev ## Basic Information - **Project Name**: vuln-java-dev - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-10 - **Last Updated**: 2024-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vuln-java Java Vulnerability Examples 1.修改 application.yml 中的 31 行配置: ``` baseurl: http://192.168.0.64:8080/ ``` 2.运行 ``` cd vuln-java && git clone https://github.com/Gedongy/benchmark-web.git cd .. && docker-compose up -d ```