mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Previously, the spring bash script added . to the classpath but the Windows spring.bat script did not. This commit aligns the classpath of the two scripts by removing . from the classpath in the bash script. Fixes gh-19910