Thanks to visit codestin.com Credit goes to github.com
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
I am using ActiveJDBC in Spring boot, but after updating to 2.3.2-j8, the following error appeared and database.properties could not be recognized.
Could not find configuration in a property file for environment: development. Are you sure you called org.javalite.activejdbc.connection_config.DBConfiguration.loadConfiguration("/database.properties") or similar? You can also call org.javalite.activejdbc.connection_config.DBConfiguration.addConnectionConfig(...) directly
When I downgraded to 2.3.1-j8, it worked without any problem.
The text was updated successfully, but these errors were encountered:
Please, see release notes for 2.3.2: https://javalite.io/release-notes-232-j8. You need to add a line of code before you open a connection.
Sorry, something went wrong.
No branches or pull requests
I am using ActiveJDBC in Spring boot, but after updating to 2.3.2-j8, the following error appeared and database.properties could not be recognized.
When I downgraded to 2.3.1-j8, it worked without any problem.
The text was updated successfully, but these errors were encountered: