Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/spring-boot/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
azure CLI中的azure webapp maven插件配置不';不执行_Azure_Spring Boot_Maven_Azure Web App Service - Fatal编程技术网

azure CLI中的azure webapp maven插件配置不';不执行

azure CLI中的azure webapp maven插件配置不';不执行,azure,spring-boot,maven,azure-web-app-service,Azure,Spring Boot,Maven,Azure Web App Service,我正在努力按照中的步骤进行操作。在Config and deploy the app to Azure下,当我运行“mvn com.microsoft.Azure:Azure webapp maven plugin:1.8.0:Config”命令时,执行会开始,但不会完成。它在应该接受用户输入的地方停止,但不接受任何值。请在下面查找执行日志- PS C:\Users\rthan\OneDrive\Documents\code\rest-service> mvn com.microsoft.

我正在努力按照中的步骤进行操作。在Config and deploy the app to Azure下,当我运行“mvn com.microsoft.Azure:Azure webapp maven plugin:1.8.0:Config”命令时,执行会开始,但不会完成。它在应该接受用户输入的地方停止,但不接受任何值。请在下面查找执行日志-

PS C:\Users\rthan\OneDrive\Documents\code\rest-service> mvn com.microsoft.azure:azure-webapp-maven-plugin:1.8.0:config
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------< com.rainbowhomes:rest-service >--------------------
[INFO] Building rest-service 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- azure-webapp-maven-plugin:1.8.0:config (default-cli) @ rest-service ---
[WARNING] The plugin may not work if you change the os of an existing webapp.
Define value for OS(Default: Linux): 
1. linux [*]
2. windows
3. docker
PS C:\Users\rthan\OneDrive\Documents\code\rest service>mvn com.microsoft.azure:azure webapp maven插件:1.8.0:config
[信息]正在扫描项目。。。
[信息]
[信息]---------------------------------
[信息]生成rest服务0.0.1-SNAPSHOT
[信息]------------------------------------[jar]---------------------------------
[信息]
[信息]---azure webapp maven插件:1.8.0:config(默认cli)@rest服务---
[警告]如果更改现有webapp的操作系统,插件可能无法工作。
为操作系统定义值(默认值:Linux):
1.linux[*]
2.窗户
3.码头工人

不确定是什么导致了问题,但如果您想将Spring Boot应用程序部署到Azure,可以参考此,我上次通过此文档成功部署了应用程序,请参见此