mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
Add `useTestClasspath` flag to add test dependencies to the classpath of the application. Works with both the `start` and `run` goals. Closes gh-2792