Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prashanth-sams/spring-wiremock-boilerplate
Spring WireMock Boilerplate
https://github.com/prashanth-sams/spring-wiremock-boilerplate
mock rest-assured spring spring-boot springboot stubs wiremock
Last synced: 3 months ago
JSON representation
Spring WireMock Boilerplate
- Host: GitHub
- URL: https://github.com/prashanth-sams/spring-wiremock-boilerplate
- Owner: prashanth-sams
- Created: 2021-07-26T06:59:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-16T19:58:49.000Z (over 3 years ago)
- Last Synced: 2024-10-17T06:17:10.386Z (4 months ago)
- Topics: mock, rest-assured, spring, spring-boot, springboot, stubs, wiremock
- Language: Java
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# SpringBoot WireMock Boilerplate
| Exercise | Status | Exercise | Status | Exercise | Status |
| -------------- | --------- | -------------- | --------- | -------------- | --------- |
| Global Tags Configuration | :white_check_mark: | Singleton MockServer Initializer | :white_check_mark: | Stub Initializer | :white_check_mark: |
| Stub Mapping | :white_check_mark: | URL Mapping Rules | :white_check_mark: | Stub QueryParam | :white_check_mark: |
| Reusable Stub Response | :white_check_mark: | REST Assured Validations | :white_check_mark: | Spring ActiveProfiles | :white_check_mark: |
| Dynamic Port Handler | :white_check_mark: | Custom Port Handler | :white_check_mark: | Stub withRequestBody | :white_check_mark: |
| Loggers | :white_check_mark: |### Application Runner
```shell
mvn clean spring-boot:run
```### Test Runner
```shell
mvn clean test -Dcom.wmock.info.api
```| | URL |
| -------------- | --------- |
| API endpoint | http://localhost:8081/api/chapter/1 |
| Swagger UI | http://localhost:8081/swagger |#### Tools
- Version: Java16