-
-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Did you check docs and existing issues?
- I have read all the plugin docs
- I have searched the existing issues
- I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
NVIM v0.10.2
Operating system/version
Ubuntu 22.04.3 LTS
Describe the bug
Failed to start the spring boot application using the JavaRunnerRunMain command because the test classes are included in the classpath
/home/ubuntu/.sdkman/candidates/java/21.0.5-tem/bin/java -cp /home/ubuntu/projects/platform/bin/main:/home/ubuntu/projects/platform/bin/test:
Steps To Reproduce
- Define a spring boot integration test
- Define a nested configuration class that enables the
in testsjpa repositories using@EnableJpaRepositoriesannotation
Expected Behavior
exclude the test classes or provide some configuration perhaps.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working