https://github.com/oshiniilukkumbura/unit-testing-springboot-junit-mockito
Spring Boot CRUD application for managing employee records, with unit and controller tests using JUnit 5 and Mockito
https://github.com/oshiniilukkumbura/unit-testing-springboot-junit-mockito
java17 junit5 mockito mysql spring-boot
Last synced: 3 months ago
JSON representation
Spring Boot CRUD application for managing employee records, with unit and controller tests using JUnit 5 and Mockito
- Host: GitHub
- URL: https://github.com/oshiniilukkumbura/unit-testing-springboot-junit-mockito
- Owner: OshiniIlukkumbura
- Created: 2025-09-02T07:14:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-02T07:28:46.000Z (11 months ago)
- Last Synced: 2025-09-02T09:19:58.157Z (11 months ago)
- Topics: java17, junit5, mockito, mysql, spring-boot
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unit-testing-springboot-junit-mockito
Spring Boot CRUD application for managing employee records, with unit and controller tests using JUnit 5 and Mockito
Technologies used: Java 17, Spring Boot 3, MySQL, JUnit 5, Mockito