https://github.com/springframeworkguru/tb2g-testing-spring
Testing Spring
https://github.com/springframeworkguru/tb2g-testing-spring
Last synced: 11 months ago
JSON representation
Testing Spring
- Host: GitHub
- URL: https://github.com/springframeworkguru/tb2g-testing-spring
- Owner: springframeworkguru
- License: apache-2.0
- Created: 2019-01-22T13:09:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T21:42:43.000Z (over 3 years ago)
- Last Synced: 2025-04-09T21:18:07.114Z (11 months ago)
- Language: Java
- Size: 505 KB
- Stars: 17
- Watchers: 2
- Forks: 310
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Spring Pet Clinic
All source code examples in the repository are for my [Online Course - Testing Spring Beginner to Guru](https://www.udemy.com/testing-spring-boot-beginner-to-guru/?couponCode=GITHUB_REPO)
This source code repository contains JUnit 5 and Spring Framework Testing examples.
The main source code is a copy of the [Spring Framework Pet Clinic project](https://github.com/spring-petclinic/spring-framework-petclinic). This is a reference project
using a traditional 3-layer architecture without Spring Boot.
## Setup
### Requirements
* Should use Java 11 or higher. Previous versions of Java are un-tested.
* Use Maven 3.6.0 or higher
### Running Locally
After cloning this repo, from the project root run:
```text
./mvnw jetty:run-war
```
## Support
For questions and help:
* Please post in course
* Or post in the Slack Community exclusive to the course.
GitHub Issues will not be addressed.