Skip to content

Commit a605b1e

Browse files
committed
update readme
1 parent 2e91353 commit a605b1e

File tree

1 file changed

+25
-14
lines changed

1 file changed

+25
-14
lines changed

README.md

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
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:
101103
Viarus
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">

0 commit comments

Comments
 (0)