Quarkus“运行 应用程序”教程
Quarkus " Running the application" Tutorial
我尝试按照 Quarkus 首次应用的教程进行操作。
当我尝试 运行 这个命令时:./mvnw compile quarkus:dev:
我有以下错误:
The specified path could not be found. "D" is not recognized as an
internal or external command, an executable program or a batch file.
The specified path could not be found.
Exception during "DownloadFile" call with "2" argument (s): "Exception during a WebClient request." In line: 1 car: 282
... pe] :: Tls12; $ webclient.DownloadFile ('https://repo.maven.apache.org/ma ...
CategoryInfo: NotSpecified: (:) [], MethodInvocationException
FullyQualifiedErrorId: WebException
Error: cannot find or load the main class org.apache.maven.wrapper.MavenWrapperMain"
问题是使用 Windows 命令提示符而不是 Linux 命令行。
我尝试按照 Quarkus 首次应用的教程进行操作。
当我尝试 运行 这个命令时:./mvnw compile quarkus:dev:
我有以下错误:
The specified path could not be found. "D" is not recognized as an internal or external command, an executable program or a batch file.
The specified path could not be found.
Exception during "DownloadFile" call with "2" argument (s): "Exception during a WebClient request." In line: 1 car: 282
... pe] :: Tls12; $ webclient.DownloadFile ('https://repo.maven.apache.org/ma ...
CategoryInfo: NotSpecified: (:) [], MethodInvocationException
FullyQualifiedErrorId: WebException
Error: cannot find or load the main class org.apache.maven.wrapper.MavenWrapperMain"
问题是使用 Windows 命令提示符而不是 Linux 命令行。