我正在尝试连接到我的 http://localhost:8080/spring-boot-test/ui,但不幸的是我失败了,因为 Eclips 上有错误。WildFly 23 理论上是有效的,因为我通常会得到他们的本地主机
An internal error occurred during: "Updating Deployment Scanners for Server: WildFly 23".
Could not initialize class org.wildfly.security.auth.client.DefaultAuthenticationContextProvider
An internal error occurred during: "Checking Deployment Scanners for server".
Could not initialize class org.wildfly.security.auth.client.DefaultAuthenticationContextProvider
Run Code Online (Sandbox Code Playgroud)
当我尝试将standalone.xml中的目录重定向到具有META-INF和WEB-INF的目标时,我遇到两个错误
ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0011: The deployment scanner found a directory named META-INF that was not inside a directory whose name ends with .ear, .jar, .rar, .sar or .war. This is likely the result of unzipping an archive directly inside …Run Code Online (Sandbox Code Playgroud)