mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Some Quartz initialization scripts have comments in a different format. This commit introduces a `comment-prefix` property that should be set by the user if their target database has a script that contains those unusual comments. Closes gh-13041