https://github.com/gregturn/datarest-535
illustrate behavior described in https://jira.spring.io/browse/DATAREST-535
https://github.com/gregturn/datarest-535
Last synced: over 1 year ago
JSON representation
illustrate behavior described in https://jira.spring.io/browse/DATAREST-535
- Host: GitHub
- URL: https://github.com/gregturn/datarest-535
- Owner: gregturn
- Created: 2015-05-29T15:27:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-29T16:32:36.000Z (about 11 years ago)
- Last Synced: 2025-02-24T08:16:08.433Z (over 1 year ago)
- Language: Java
- Size: 464 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Test case for Spring Data Rest
https://jira.spring.io/browse/DATAREST-535
run gradlew bootRun
and hit the url http://localhost:5199/api/scanners/search/listProducers
See directions in the javadocs for ScannerController.java
it lists the manual test cases where you can modify the code and rerun.