We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jarb-init tries to import SQL from files for which it is known they never contain it. An example is the .DS_Store file generated by Finder on Mac.
If such file is executed, an epic error message is generated by the Spring framework. See the screenshot for more details.
To me, solution seems to place certain temporary files (.DS_Store, thumbs.db etc.) on a blacklist.
The text was updated successfully, but these errors were encountered:
In the default configuration we only take the .sql files, are you sure you are using the correct configuration?
Sorry, something went wrong.
No branches or pull requests
Jarb-init tries to import SQL from files for which it is known they never contain it.
An example is the .DS_Store file generated by Finder on Mac.
If such file is executed, an epic error message is generated by the Spring framework.
See the screenshot for more details.
To me, solution seems to place certain temporary files (.DS_Store, thumbs.db etc.) on a blacklist.
The text was updated successfully, but these errors were encountered: