tut-react-and-spring-data-rest icon indicating copy to clipboard operation
tut-react-and-spring-data-rest copied to clipboard

React.js and Spring Data REST :: A tutorial based on the 5-part blog series by Greg Turnquist

Results 21 tut-react-and-spring-data-rest issues
Sort by recently updated
recently updated
newest added

If anybody needs this tutorial working with latest (March 2024) Spring Boot 3.2.3 and React 18.2.0, then you can find it here https://github.com/zlelik/tut-react-and-spring-data-rest-upgraded any comments much appreciated. The problem is...

I tried following along with the tutorial posted on Spring's website. I was also surprised that there were required files after Example 15 that were not even mentioned prior to...

It looks like, to maintain sanity, the configuration for the frontend-maven-plugin was defined in the root tutorial pom and the configuration is inherited by all the submodules, like `basic`. The...

So I downloaded the repository and I loaded the pom.xml file from the **Security** directory to build my project. I started the spring boot application, went to localhost:8080, entered username...

com.github.eirslett frontend-maven-plugin I am not able to configure the React part. The development environment I used: Intellij IDEA 2021.3 (Ultimate Edition).

Hello Greg, I've got to the end of part 2 of your blog, having tried to make the necessary adjustments for it to work in Springboot 3, but the create...

I cloned this repository and run "/mvnw spring-boot:run" in basic folder and got the following error. Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:install-node-and-npm (install node and npm) on project react-and-spring-data-rest-basic: Could not...

hello, Im not getting how to add axios dependency in package.json. please help

How to update this project so that it doesn't lose its cool features but stays in line with new versions of libs, removal of obsolete libs, and inclusion of newer...