Spring引导CLI拒绝在Git bash窗口上运行。我已经将它添加到windows中的path中,并从cmd开始工作。git bash中的错误是:
$ spring Error: Could not find or load main class org.springframework.boot.loader.JarLauncher
我有一个简单的多模块maven项目。第一个模块是angular前端,第二个模块是spring-boot应用程序。我配置了前端maven模块来构建angular应用程序,并将汇编的文件收集到frontend.jar中。.pom文件对前端模块的依赖,并构建了整个项目。boot web应用程序时,我发现当我转到localhost:port/ url时,我会得到我的angular应用程序。下一个问题是: s
我刚开始学习Spring Boot,我遇到了这个错误!class com.microsoft.java.debug.core.adapter.handler.LaunchUtils (in unnamed module @0x30b55c6f) cannotaccess class sun.security.action.GetPropertyAction (in module java.base) because module java.base doesnot export sun.security.