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.
There was an error while loading. Please reload this page.
1 parent 8f7fa11 commit d7b3acdCopy full SHA for d7b3acd
src/main/java/org/tinystruct/data/component/AbstractData.java
@@ -100,7 +100,7 @@ public AbstractData() {
100
* @throws ApplicationException If the repository cannot be initialized.
101
*/
102
private static Repository initializeRepository() throws ApplicationException {
103
- Configuration<String> properties = new Settings("/application.properties");
+ Configuration<String> properties = new Settings();
104
String driver = properties.get("driver");
105
106
if (driver == null || driver.trim().isEmpty()) {
0 commit comments