Did you check docs and existing issues?
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 tests jpa repositories using @EnableJpaRepositories annotation
Expected Behavior
exclude the test classes or provide some configuration perhaps.
Did you check docs and existing issues?
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
JavaRunnerRunMaincommand because the test classes are included in the classpathSteps To Reproduce
in testsjpa repositories using@EnableJpaRepositoriesannotationExpected Behavior
exclude the test classes or provide some configuration perhaps.