https://github.com/benhunter/reactjs-and-spring-data-rest-guide
https://spring.io/guides/tutorials/react-and-spring-data-rest/
https://github.com/benhunter/reactjs-and-spring-data-rest-guide
Last synced: 12 months ago
JSON representation
https://spring.io/guides/tutorials/react-and-spring-data-rest/
- Host: GitHub
- URL: https://github.com/benhunter/reactjs-and-spring-data-rest-guide
- Owner: benhunter
- Created: 2021-10-06T06:41:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T12:15:55.000Z (over 4 years ago)
- Last Synced: 2025-04-02T21:44:18.694Z (about 1 year ago)
- Language: JavaScript
- Size: 474 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React.js and Spring Data REST | Spring Guide
- Spring Guide | https://spring.io/guides/tutorials/react-and-spring-data-rest/
- Source repo | https://github.com/spring-guides/tut-react-and-spring-data-rest
- Frontend Maven Plugin for managing node.js and npm | https://github.com/eirslett/frontend-maven-plugin
- Application-Level Profile Semantics | http://alps.io/
- format returned by:
- `curl http://localhost:8080/api/profile/employees -H "Accept:application/schema+json"`
# Run
Watch for changes to JS, CSS and run webpack:
`.\target\node\npm run-script watch`
Run Spring Boot:
`./mvnw spring-boot::run`
# View
http://localhost:8080
# Create Employees
`http post localhost:8080/api/employees firstName=Bob lastName=Builder description=the`
# Pagination
`http://localhost:8080/api/employees?size=2`
# SonarQube Scanning
[SonarQube](SonarQube.md)