This is a sample springboot application using ReactJS. 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 and gradle.
This repository is also adding a Jenkins pipeline to build the project.
--TODO--
--TODO--
--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'
}
Find a bug or want to request a new feature? Please let me know by submitting an issue.
Licensed under the MIT License
A copy of the license is available in the repository's LICENSE file.