Тёмный

Deploy Spring boot application on render.com 

Lynas Sazzad
Подписаться 1,3 тыс.
Просмотров 36 тыс.
50% 1

In this video I am showing how you can deploy you spring boot application on reder.com cloud platform for free
code
github.com/lyn...

Опубликовано:

 

2 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 47   
@tomaszw6449
@tomaszw6449 7 месяцев назад
Very good video, short and to the point! Where can I find the appropriate Dockerfile but for a Maven project?
@szLynAs
@szLynAs 7 месяцев назад
Change line 7 Dockerfile to ./mvnw package and then change line 13 to COPY --from=target /target/demo-1.jar app.jar
@saurabhtahashildar560
@saurabhtahashildar560 17 дней назад
Can i upload it with mysql database connectivity
@kamillo27
@kamillo27 Год назад
Hi, thanks for video. I don't understnad whats going on in Dockerfile and that;s problem for me. Could you reccomend some materials to find out?
@szLynAs
@szLynAs Год назад
Search "docker tutorial" on youtube. You can find many learning materials here
@ouhoy
@ouhoy 5 месяцев назад
Thank you for the straight forward video. This helped me to deploy my Maven project.
@sheelendersharma8525
@sheelendersharma8525 5 месяцев назад
Hi @ouhoy, I'm also trying to deploy mvn project but it is failing at line number 5 from docker file. pls can you pls assist?
@sheelendersharma8525
@sheelendersharma8525 5 месяцев назад
I'm using mvnw instead of gradlew
@naveenrajukopparthi3046
@naveenrajukopparthi3046 7 месяцев назад
Can we deploy spring boot application without docker in that render?
@szLynAs
@szLynAs 7 месяцев назад
Yes you can
@ua_win1402
@ua_win1402 6 месяцев назад
@@szLynAshow
@rahimkhan-fh9dd
@rahimkhan-fh9dd Год назад
I have Acommerce project with multiple microservices like 7 microservices 1 API Gateway 1 Eureka Server Angular App as frontend Each microservices has its own databases like MySQL. Can I use render free tier to deploy my Ecommerce app or there are some limitation of render.
@szLynAs
@szLynAs Год назад
I dont think you will be able to do it in render or any other platform with free tier
@mihirshinde4268
@mihirshinde4268 5 месяцев назад
did you find any platform?
@rahimkhan-fh9dd
@rahimkhan-fh9dd 5 месяцев назад
@@mihirshinde4268 deployed on Oracle cloud platform
@alifurkan1599
@alifurkan1599 4 месяца назад
I got this error on Render Do you have any suggestion? error: failed to solve: process "/bin/sh -c ./gradlew bootJar --no-deamon" did not complete successfully: exit code: 1
@HaiNguyen-mp5rr
@HaiNguyen-mp5rr 4 месяца назад
I also got the same error,how to resovle it
@TheGeminiJohn285
@TheGeminiJohn285 4 месяца назад
I got the same error, has anyone found a solution?
@remix1xandre
@remix1xandre 3 месяца назад
same :,(
@BusAppResearch
@BusAppResearch 2 месяца назад
Render is asking credit card details. Anyway to skip that?
@kolegran5206
@kolegran5206 22 дня назад
Easy and working way. Thank you
@bernout4341
@bernout4341 11 месяцев назад
how do you connect ur app with a postgres database hosted on render?
@bernout4341
@bernout4341 11 месяцев назад
because if you try to build a docker container that depends on a postgresql database, the app with throw an error, how do you go about that?
@szLynAs
@szLynAs 11 месяцев назад
@@bernout4341 I tried with pg did not face any issue. What is the error you are getting?
@phamtuankhanh5529
@phamtuankhanh5529 Год назад
i followed you but the result is There was an unexpected error (type=Not Found, status=404).
@marcos_silvestri
@marcos_silvestri 6 месяцев назад
Can that auto generated URL at the end can be modified to use a domain of our choice insder Render?
@szLynAs
@szLynAs 6 месяцев назад
Not sure. Please see their docs
@rmcf3972
@rmcf3972 10 месяцев назад
Postgres in render is on 90 day free
@0xPaulo.
@0xPaulo. Год назад
It worked perfectly, but after a while of inactivity it ends, is that right or did I do something wrong, I would like it to stay 24 hours
@szLynAs
@szLynAs Год назад
render does not allow 24 hour availability in the free tier. If you want to keep you app always running there, you have to upgrade to paid subscription
@0xPaulo.
@0xPaulo. Год назад
@@szLynAs I understand, thank you very much for your attention, tell me something, if I leave a browser window reloading, will it think that it always has some use and will not close, or does the timer count elsewhere, could you tell me?
@szLynAs
@szLynAs Год назад
@@0xPaulo. I am not sure how it will behave. you can give it a try and see for yourself
@ҒномКолготкин
@ҒномКолготкин Год назад
how do i hide api keys and secrets and still be able to deploy the app?
@szLynAs
@szLynAs Год назад
In render setting you can set environment variable. You can easily access those variable in your spring application
@vahanpoghosyan1581
@vahanpoghosyan1581 Год назад
hi, will this work for hosting Spring Boot Websocket?
@szLynAs
@szLynAs Год назад
It should work but I am not 100% sure
@andrelopespereira97
@andrelopespereira97 Год назад
Thanks, you saved me!
@kekko9683
@kekko9683 7 месяцев назад
It's the same for maven?
@szLynAs
@szLynAs 7 месяцев назад
Yes
@nztuber
@nztuber Год назад
Thanks for taking the time to share this. Very clear. I had no problems getting set up, as a result.
@jonathanmantello3974
@jonathanmantello3974 Год назад
Hey great video, very simple, clear, and easy to follow. If you're like me on Windows and editing the project locally, I probably could have changed the gradlew permission another way other than chmod, but I just added this line here: RUN chmod +x ./gradlew RUN ./gradlew bootJar --no-daemon So that it runs on the deployed server beforehand, and that solved the permission issue I was having.
@szLynAs
@szLynAs Год назад
Thanks for the tips!
@igbokwevictor4866
@igbokwevictor4866 Год назад
Would this work for maven also?
@szLynAs
@szLynAs Год назад
yes
Далее
Hosting Springboot App on render.com
20:19
Просмотров 32 тыс.
🚀 Deploy Spring boot application to AWS Cloud 🚀
31:32
#kikakim
00:10
Просмотров 12 млн
Deploy Spring Boot Application To AWS
10:32
Просмотров 12 тыс.
The Value of Source Code
17:46
Просмотров 41 тыс.
Host a Spring Boot application for free on Render
13:15