How to deploy SpringBoot App in Netlify?

I have developed a rest api in spring boot and I want to deploy it in Netlify. But , I don’t know how to deploy it in Netlify.
P.S: Previously I have deployed VueApp in Netlify.

Hi, @BR3TT03, you cannot deploy a SpringBoot app on Netlify. SpringBoot apps require a Java application server and we don’t run any application servers for deployed sites at Netlify.

There is a community support guide about this here:

You can use serverless Functions to write APIs at Netlify. However, the languages supported at this time at Golang and Node.js (no Java).

If there are other questions about this, please let us know.

1 Like