An open API service indexing awesome lists of open source software.

https://github.com/script-0/spring-junit-mockito-sample

02 Projects using spring, junit and mockito. One with gradle approach and the other with maven
https://github.com/script-0/spring-junit-mockito-sample

gradle junit maven mockito mockito-sample mockito-sample-gradle mockito-sample-maven spring spring-boot-gradle-plugin springmvc

Last synced: 8 months ago
JSON representation

02 Projects using spring, junit and mockito. One with gradle approach and the other with maven

Awesome Lists containing this project

README

          

# spring-junit-mockito-sample
02 Projects using spring, junit and mockito. One with gradle approach and the other with maven

```bash
./gradlew bootRun //to Run
```

```bash
./gradlew clean test //to Test
```