Skip to content

Commit 594c51c

Browse files
committed
update readme
1 parent 098a57d commit 594c51c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
11
# springboot-junit5-mockito2
2-
Show case for how to use junit 5 and mockito 2 for unit testing and integration test
2+
Show case for how to use junit 5 and mockito 2 for unit testing and integration test with Spring boot 2
3+
4+
![alt text](imgs/mockito-junit5-logo3-horiz.png)
5+
6+
-------------------
7+
### Tech stack:
8+
- Spring boot 2
9+
- Junit 5
10+
- Mockito 2
11+
-------------------
12+
### How to compile and install:
13+
it is a maven project , so just clean and install and should be ready !
14+
```sh
15+
mvn clean install
16+
```
17+
-------------------

imgs/mockito-junit5-logo3-horiz.png

110 KB
Loading

0 commit comments

Comments
 (0)