DEV Community

ocean240788
ocean240788

Posted on

๐Ÿš€ Need Help Running My Spring Boot Backend (React Frontend Ready!)

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:

Image description

Image description

Image description

๐Ÿ›  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)