tut-react-and-spring-data-rest
tut-react-and-spring-data-rest copied to clipboard
If anybody needs this tutorial working with latest (March 2024) Spring Boot 3.2.3 and React 18.2.0...
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 that this tutorial from 2020 and does not work with the latest versions.
This is super helpful. Thanks for sharing!
This is super helpful. Thanks for sharing!
You are welcome. I spent quite sometime upgrading it and making it working.
Thank you! I think it is also worth mentioning that node and npm version we put in pom should match what we have on the local machine or we would get an error like in this Stack Overflow question.
A comment in the pom file reminding readers to npm -v
and node --version
to put in the right version here would be nice.