Hello, everyone! ๐
I'm excited to share a quick update on my latest full-stack project. Iโve been working on a web application using React for the frontend and Spring Boot for the backend. The frontend is up and running, and you can check out the code on GitHub here: [https://github.com/ocean240788/java_project1]
Hereโs a screenshot of the React frontend so far:
๐ The Issue: Backend Wonโt Build with Maven
While setting up the backend using Maven 3.9.0, Iโve run into some build errors. Iโm trying to get the backend server up and running, but Maven throws the following errors during installation:
I suspect it may have something to do with plugin versions or dependencies, possibly even related to Stripe integration, which I believe is part of this project.
๐ What Iโve Tried
Verified my Java and Maven installations
Ran mvn clean install multiple times
Checked for missing or misconfigured plugins
Searched for similar issues online
Despite my efforts, the build still fails, and I haven't found a clear fix yet.
๐ How You Can Help
If youโve encountered similar Maven issues with Spring Boot, or if youโve successfully run a backend with Stripe and Maven 3.9.0, Iโd really appreciate your guidance. Specifically:
Do you recognize the errors in the screenshots?
Are there dependencies or plugin versions I should check or update?
Is there a proper way to set up Stripe with this kind of Java backend?
Any help, feedback, or even a working Maven config example would be incredibly helpful!
Thanks so much for taking the time to read through this. Iโm really passionate about learning and building, and Iโd love to get this backend running so I can continue developing and testing the full application.
If youโre able to clone and successfully run the backend locally, please let me know โ Iโd be more than happy to collaborate or learn from your insights.
Happy coding! ๐ป
Maksim
Top comments (0)