https://github.com/tsamaya/react-and-spring
https://github.com/tsamaya/react-and-spring
react spring-boot springframework tutorial
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsamaya/react-and-spring
- Owner: tsamaya
- License: mit
- Created: 2017-11-06T21:44:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T10:22:01.000Z (about 3 years ago)
- Last Synced: 2025-01-09T05:21:52.990Z (over 1 year ago)
- Topics: react, spring-boot, springframework, tutorial
- Language: JavaScript
- Size: 450 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React.js and Spring REST
This is a sample [springboot](https://projects.spring.io/spring-boot/) application using [ReactJS](https://reactjs.org/). The source code is coming from this tutorial:
https://spring.io/guides/tutorials/react-and-spring-data-rest/.
While the tutorial is using maven and a front-end plugin to build the react bundle file, this repository project is built with [webpack](https://webpack.js.org/) and [gradle](https://gradle.com).
This repository is also adding a [Jenkins pipeline](https://jenkins.io/doc/book/pipeline/) to build the project.
## Getting started
--TODO--
## Manual build
--TODO--
## Jenkins build
--TODO--
configure Tools in `Global Tool Configuration` accordingly with `Jenkins` file `tools` section:
```
tools {
nodejs 'node-8.9.0'
gradle 'gradle-3.5.1'
jdk 'jdk1.8'
}
```
# Issues
Find a bug or want to request a new feature? Please let me know by submitting an issue.
# Licensing
Licensed under the MIT License
A copy of the license is available in the repository's [LICENSE](LICENSE.md) file.