You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2022. It is now read-only.
I have a Spring Boot Application that is built by Gradle / Buildship.
When the application is started by "Run As > Java Application" the classpath is computed without the test classes / resources / dependencies.
But when the application is started by "Run As > Spring Boot App" the classpath contains all classes / resources / dependencies. E.g. this results in launching the embedded test database instead of using the configured one. Because of this I can't use the useful Boot Dashboard.
Is this the expected behavior or is there something I can change to get it to work as I expect?