Skip to content

Commit 44a6c4f

Browse files
committed
Update
1 parent 7631285 commit 44a6c4f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Introduce
2+
3+
This is a Java library that can help you to write Java code more easily.
4+
I think it is just like the file `bits/stdc++.h` in C++, so I named it `JavaPlusPlus`.
5+
6+
# Used Package
7+
8+
- fastjson
9+
- commons-codec
10+
- mssql-jdbc
11+
112
# install the package
213

314
firstly, you should add the following line to your `~/.m2/settings.xml` file:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.alibaba</groupId>
5353
<artifactId>fastjson</artifactId>
54-
<version>1.2.47</version>
54+
<version>1.2.83</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>junit</groupId>

0 commit comments

Comments
 (0)