如何将验证码推送到生产服务器

How to push authentication code to production server

我在开发服务器中有领域验证器和登录模块。我想知道如何将这些东西推送到生产服务器。

当您在 MobileFirst Studio 中构建应用程序时,此操作将生成一个 .war 文件。 .war 文件包含身份验证配置。

您将此 .war 文件作为迁移到生产环境的一部分进行部署。

您可以在此处找到有关流程的更多信息:https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/7.1/moving-production/moving-development-environment-stand-alone-qa-production-servers/