-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
多模块项目classpath问题 #176
Comments
@JavaHello could you help share more details about the error message or stack trace? The test case cannot run successfully because class path contains the bin directory of project B and it couldn't be resolved? |
我的是spring boot项目,A项目加载了B项目的配置文件导致无法启动。
|
thanks for the info, @JavaHello . Seems class path isn't well resolved when a workspace contains multiple projects. Right now, you can workaround it by multiroot workspace, namely
|
@ansyral 谢谢你的解答,这样可以使他们正常运行 |
在工作空间有多个项目时(A,B),运行A项目的test case,classpath中有B项目的目录,A并没有依赖于B,使用maven运行test case是正常的
The text was updated successfully, but these errors were encountered: