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
- Host: GitHub
- URL: https://github.com/script-0/spring-junit-mockito-sample
- Owner: script-0
- Created: 2021-08-05T20:02:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T00:32:54.000Z (over 4 years ago)
- Last Synced: 2025-06-11T00:44:42.463Z (9 months ago)
- Topics: gradle, junit, maven, mockito, mockito-sample, mockito-sample-gradle, mockito-sample-maven, spring, spring-boot-gradle-plugin, springmvc
- Language: HTML
- Homepage:
- Size: 1.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```