如何部署一个完整的堆栈反应和 spring 启动才能在互联网上看到?
how deploy a full stack react and spring boot to be seen on internet?
您好,我使用 React、Spring Boot 和 Postgres 创建了一个应用程序,但我不知道如何在网上部署以及如何获取互联网地址以在投资组合和招聘人员中展示?非常感谢
我可以建议您将应用程序部署到 Heroku it's quite friendly for new programmers and there is tone of tutorials about it also the documentation is easy to follow like for Spring Boot or React SPA. There is also easy way to create a postgres db。所有这些都有免费计划,缺点是在免费计划中,闲置大约 30(?)分钟后,您的应用程序将关闭,并在有人请求时重新启动(这会造成一点延迟)。
然后您可以向您的 website/REST api 发送 link 给招聘人员。
您好,我使用 React、Spring Boot 和 Postgres 创建了一个应用程序,但我不知道如何在网上部署以及如何获取互联网地址以在投资组合和招聘人员中展示?非常感谢
我可以建议您将应用程序部署到 Heroku it's quite friendly for new programmers and there is tone of tutorials about it also the documentation is easy to follow like for Spring Boot or React SPA. There is also easy way to create a postgres db。所有这些都有免费计划,缺点是在免费计划中,闲置大约 30(?)分钟后,您的应用程序将关闭,并在有人请求时重新启动(这会造成一点延迟)。
然后您可以向您的 website/REST api 发送 link 给招聘人员。