How to create envinroment for java with jenkinks istance

Hi everyone.
I have a java application (Spring boot) with spring, hibernate and maven
and next I’ll need to attach an angular front-end to it.

I would like to link the java application to render with jenkinks

it’s possible? how can i do it?

I can’t find any documentation about it

the database is a postgresql.
For postresql I guess I’ll have to have a separate instance

regards
Thanks,

Hi @fedecroletti,

We don’t have a Java native environment, so you would need to Dockerize your app and run it with a Dockerfile on Render: https://render.com/docs/docker. Unfortunately, we don’t have any docs on how to do this specifically witha Spring boot application.

You should be able to create a separate service for your frontend, and can use our Managed Postgresql offering.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.