File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Optilog的Wiki随时会更新,有问题在Issues问,使用前一!定!看
14
14
15
15
与OptilogClient配套的[ OptilogServer] ( https://github.com/OptiJava/Optilog-Server ) .
16
16
17
- _ 如果你愿意,欢迎Fork这个仓库为Optilog做出贡献,本项目的代码比较基础,任何人都可以做出贡献
17
+ _ 如果你愿意,欢迎Fork这个仓库为Optilog做出贡献,本项目的代码比较基础,任何人都可以做出贡献 _
18
18
19
19
## Optilog的优势
20
20
@@ -53,7 +53,14 @@ _使用[carbon.now.sh](https://carbon.now.sh)生成_
53
53
54
54
## Dependency:
55
55
56
- ` com.google.code.gson:gson:2.9.0 ` ` com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.3 ` ` org.yaml:snakeyaml:1.30 ` ` mysql:mysql-connector-java:8.0.29 `
56
+ ` com.google.code.gson:gson:2.9.0 `
57
+ \
58
+ ` com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.3 `
59
+ \
60
+ ` org.yaml:snakeyaml:1.30 `
61
+ \
62
+ ` mysql:mysql-connector-java:8.0.29 `
63
+ \
57
64
(如果你只用properties作为配置文件的话Gson,Jackson,snakeyaml也可以不加,mysql不用也可以不加)
58
65
59
66
## Author:
You can’t perform that action at this time.
0 commit comments