Skip to content

Commit 8496745

Browse files
add java useful tools and library
1 parent 78d5178 commit 8496745

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

docs/java/tools.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
id: tools
3+
title: Tools and Libraries
4+
sidebar_label: Tools and Libraries
5+
---
6+
7+
### Formatters
8+
9+
* [Google java Style](https://github.com/google/google-java-format)
10+
11+
### Dependency Management
12+
13+
* [Gradle](https://gradle.org) (*recommended*)
14+
* [Maven](https://maven.apache.org)
15+
16+
### Testing
17+
18+
* [JUnit 5](https://junit.org/junit5/)
19+
* [Mock Tool](https://github.com/mockito/mockito)
20+
* [Code Coverage](https://github.com/jacoco/jacoco)

sidebars.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ module.exports =
3030
"java/interfaces",
3131
"java/variables",
3232
"java/functions"
33-
]
33+
],
3434
},
35+
"java/logging",
36+
"java/tools",
3537
{
3638
"type": "category",
3739
"label": "Effective Java",

0 commit comments

Comments
 (0)