<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ocean240788</title>
    <description>The latest articles on DEV Community by ocean240788 (@ocean240788).</description>
    <link>https://dev.to/ocean240788</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3164656%2F186c8617-d131-405a-9541-957741d6d24a.jpg</url>
      <title>DEV Community: ocean240788</title>
      <link>https://dev.to/ocean240788</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ocean240788"/>
    <language>en</language>
    <item>
      <title>🚀 Need Help Running My Spring Boot Backend (React Frontend Ready!)</title>
      <dc:creator>ocean240788</dc:creator>
      <pubDate>Mon, 19 May 2025 03:44:44 +0000</pubDate>
      <link>https://dev.to/ocean240788/how-to-run-the-spring-boot-framework-407h</link>
      <guid>https://dev.to/ocean240788/how-to-run-the-spring-boot-framework-407h</guid>
      <description>&lt;p&gt;Hello, everyone! 👋&lt;/p&gt;

&lt;p&gt;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: [&lt;a href="https://github.com/ocean240788/java_project1" rel="noopener noreferrer"&gt;https://github.com/ocean240788/java_project1&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;Here’s a screenshot of the React frontend so far:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fiux867lb7wixs27mi43y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fiux867lb7wixs27mi43y.png" alt="Image description" width="800" height="397"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxhplnyty5x8nio3cp2yp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxhplnyty5x8nio3cp2yp.png" alt="Image description" width="800" height="351"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8znbmn6a7i310a8uy07d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8znbmn6a7i310a8uy07d.png" alt="Image description" width="800" height="339"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🛠 The Issue: Backend Won’t Build with Maven&lt;br&gt;
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:&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;🔍 What I’ve Tried&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Verified my Java and Maven installations&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ran mvn clean install multiple times&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Checked for missing or misconfigured plugins&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Searched for similar issues online&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Despite my efforts, the build still fails, and I haven't found a clear fix yet.&lt;/p&gt;

&lt;p&gt;🙏 How You Can Help&lt;br&gt;
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:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Do you recognize the errors in the screenshots?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Are there dependencies or plugin versions I should check or update?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Is there a proper way to set up Stripe with this kind of Java backend?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Any help, feedback, or even a working Maven config example would be incredibly helpful!&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Happy coding! 💻&lt;br&gt;
Maksim&lt;/p&gt;

</description>
      <category>java</category>
      <category>react</category>
      <category>stripe</category>
      <category>spring</category>
    </item>
    <item>
      <title>How to implement integration Spring Boot with Supabase?</title>
      <dc:creator>ocean240788</dc:creator>
      <pubDate>Fri, 16 May 2025 00:40:39 +0000</pubDate>
      <link>https://dev.to/ocean240788/how-to-implement-integration-spring-boot-with-supabase-57cj</link>
      <guid>https://dev.to/ocean240788/how-to-implement-integration-spring-boot-with-supabase-57cj</guid>
      <description>&lt;p&gt;Hello, Dear Developers!&lt;/p&gt;

&lt;p&gt;Thank you for reaching my article out.&lt;/p&gt;

&lt;p&gt;Recently, I'm developing a real estate project with React.js + TailwindCSS as Frontend and Supabase as Backend.&lt;br&gt;
While developing, I wanna change my project architecture from Frontend-&amp;gt;BaaS to Frontend-&amp;gt;Backend-&amp;gt;BaaS. The Backend is Spring Boot Framework.&lt;/p&gt;

&lt;p&gt;But I don't know exactly how to integrate Spring Boot Framework with Supabase.&lt;/p&gt;

&lt;p&gt;Follow screen captures are my recent working.&lt;/p&gt;

&lt;p&gt;Please help me out.&lt;br&gt;
Thank you.&lt;/p&gt;

&lt;p&gt;-application.yml&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F02wlh17jru4jq05el641.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F02wlh17jru4jq05el641.png" alt="Image description" width="800" height="592"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;-AdminSupabaseClient&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9mozpezx6twh2oioq06n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9mozpezx6twh2oioq06n.png" alt="Image description" width="800" height="376"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;-AdminService&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4m0qmyg8fuy2tsvdc1i0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4m0qmyg8fuy2tsvdc1i0.png" alt="Image description" width="800" height="316"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;-AdminController&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcz279iumuf7f2ulkggrj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcz279iumuf7f2ulkggrj.png" alt="Image description" width="800" height="332"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;-Unauthorized Error&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5d2hpq2vruj8ws6k57ti.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5d2hpq2vruj8ws6k57ti.png" alt="Image description" width="800" height="341"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>supabase</category>
      <category>spring</category>
      <category>api</category>
      <category>java</category>
    </item>
  </channel>
</rss>
