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
The default JDBC user schema is exposed as a classpath resource named org/springframework/security/core/userdetails/jdbc/users.ddl.
org/springframework/security/core/userdetails/jdbc/users.ddl
We should add a public constant with that classpath location so that users don't need to know the full path.
The text was updated successfully, but these errors were encountered:
Add DEFAULT_USER_SCHEMA_DDL_LOCATION constant
c6b1854
Closes gh-10837
Closed via c6b1854
Sorry, something went wrong.
a2d1965
eleftherias
No branches or pull requests
The default JDBC user schema is exposed as a classpath resource named
org/springframework/security/core/userdetails/jdbc/users.ddl
.We should add a public constant with that classpath location so that users don't need to know the full path.
The text was updated successfully, but these errors were encountered: