monkeyWie / proxyee

HTTP proxy server,support HTTPS&websocket.MITM impl,intercept and tamper HTTPS traffic.
MIT License
1.5k stars 566 forks source link

Question: How to test and build the project from source #262

Closed frankiie12a9 closed 1 year ago

frankiie12a9 commented 1 year ago

hello hosts!

i'm really curious about building the project from source and testing it. However i couldn't find any instruction on that. could you provide any guidelines? thank you

monkeyWie commented 1 year ago

This project doesn't have any unit tests, only test cases. If you just want to compile the project, you can use Maven.

mvn clean package