File tree Expand file tree Collapse file tree 1 file changed +25
-14
lines changed
Expand file tree Collapse file tree 1 file changed +25
-14
lines changed Original file line number Diff line number Diff line change 11# Java sec code
22
33
4- [ 中文文档] ( https://github.com/JoyChou93/java-sec-code/blob/master/README.md )
4+ Java sec code is a very powerful and friendly project for learning Java vulnerability code.
5+
6+ [ 中文文档] ( https://github.com/JoyChou93/java-sec-code/blob/master/README_zh.md )
57
68## Introduce
79
@@ -101,22 +103,31 @@ return:
101103Viarus
102104```
103105
104- ### Jar
106+ ### JAR
105107
106- - Change `war` to `jar` in `pom.xml`.
108+ Change `war` to `jar` in `pom.xml`.
107109
108- ```xml
109- <groupId>sec</groupId>
110- <artifactId>java-sec-code</artifactId>
111- <version>1.0.0</version>
112- <packaging>war</packaging>
113- ```
110+ ```xml
111+ <groupId>sec</groupId>
112+ <artifactId>java-sec-code</artifactId>
113+ <version>1.0.0</version>
114+ <packaging>war</packaging>
115+ ```
114116
115- - Build package and run.
117+ Build package and run.
116118
117- ```
118- mvn clean package -DskipTests
119- java -jar target/java-sec-code-1.0.0.jar
120- ```
119+ ```
120+ mvn clean package -DskipTests
121+ java -jar target/java-sec-code-1.0.0.jar
122+ ```
123+
124+
125+ ## Donate
126+
127+ If you like the poject, you can donate to support me. With your support, I will be able to make ` Java sec code ` better 😎.
128+
129+ ### Alipay
121130
131+ Scan the QRcode to support ` Java sec code ` .
122132
133+ <img title =" Alipay QRcode " src =" https://aliyun-testaaa.oss-cn-shanghai.aliyuncs.com/alipay_qr.png " width =" 200 " >
You can’t perform that action at this time.
0 commit comments