Module Spring Facet did not autodetect ServiceConfiguration
已回答
When opening a project and configuring additional modules, sometimes these modules are imported and autodetect the ServiceConfiguration and ServiceConfiguration Bootstrap and sometimes they don't and when they don't I try to manually add a new Application Context but then trying to set up run configs such as JUnit I hit issues where it says my test class is not found in the module even though I use the browse feature to locate the test class.
How can I manually configure this module because I've had no luck and I'm tired of deleting the .ideas folder and trying to reimport the project over and over only to continue having this happen on at least on of the imported modules.
请先登录再写评论。
Please report a bug at https://youtrack.jetbrains.com/newIssue?project=IDEA. Provide the following:
Unfortunately I cannot submit a sample project as the project structure is likely the cause and this involves source code that cannot be shared.
The good news is I just rebooted my computer to apply a windows update and after reboot, Intellij now has autodetected ServiceConfiguration and ServiceConfiguration Bootstrap for the modules which were failing and my project is fully functional.