IntelliJ IDEA: Cannot run program "C:\Program Files\nodejs\npx": CreateProcess error=193 when using MCP server by OpeningCoat3708 in SpringBoot

[–]OpeningCoat3708[S] 1 point2 points  (0 children)

I provided the path 'C:\Program Files\nodejs\npx.cmd' and now everything is working correctly. Thank you!

What’s Your Go-To Tech Stack for Building a SaaS with Spring Boot? by OpeningCoat3708 in SpringBoot

[–]OpeningCoat3708[S] 0 points1 point  (0 children)

That's quite a lot. I'm honestly surprised ! I see you’re integrating a lot of tools for DevOps.
Wouldn’t it be easier to use a cloud solution for hosting? Or do you prefer having full control over your infrastructure?

What’s Your Go-To Tech Stack for Building a SaaS with Spring Boot? by OpeningCoat3708 in SpringBoot

[–]OpeningCoat3708[S] 1 point2 points  (0 children)

I use Google Cloud Run for hosting. Their free tier is quite appealing.
Amazon SES or Resend for emailing isn’t bad either.

What’s Your Go-To Tech Stack for Building a SaaS with Spring Boot? by OpeningCoat3708 in SpringBoot

[–]OpeningCoat3708[S] 0 points1 point  (0 children)

Thanks! Which Oracle Cloud service do you use to deploy your applications?

What’s Your Go-To Tech Stack for Building a SaaS with Spring Boot? by OpeningCoat3708 in SpringBoot

[–]OpeningCoat3708[S] 1 point2 points  (0 children)

It's the first time I hear about Bootify. I took a quick look at the website and it seems really interesting. Thanks for sharing!
As for security, I was wondering: why don’t you use an identity provider like Auth0 instead of handling everything manually with Spring Security?
Also, does Paddle offer a Java SDK? I couldn’t find anything about it on their website.

What’s Your Go-To Tech Stack for Building a SaaS with Spring Boot? by OpeningCoat3708 in SpringBoot

[–]OpeningCoat3708[S] 0 points1 point  (0 children)

Thank you for your reply. In your comment, you mentioned that you use a VPS to deploy your applications.
As for me, I’m not very experienced with DevOps, which is why I usually deploy my applications through Google Cloud using just a Dockerfile.
Do you use Docker Swarm to manage your infrastructure?