Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 aws elastic beanstalk 上使用本地数据库上传我的 java web 应用程序。 到目前为止我做了什么:
但这些都不起作用。任何人都可以告诉我必要的步骤,请。 谢谢。
现在它正在工作,我做了什么 1. 上传 war 文件并为此创建一个环境,检查你的 WAR 文件是否在本地工作,否则它可能会在亚马逊上产生健康检查问题。 2.在rds中创建数据库。 3.都应该在同一个地区。4.检查EC2是否为它创建新实例,如果是,它将正常工作。5. 现在点击 aws 提供的应用程序 url。