You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to seperate these into their own dedicated .sql files and load them at runtime, this way it will be easier for us to edit these queries later down the line.
The text was updated successfully, but these errors were encountered:
Well, as the files are required to be available at runtime, they should go into the src/main/resources directory, so my suggestion would be something like src/main/resources/sql.
This new directory might also be needed to be added as a resource entry in the pom.xml then.
But yeah that's awesome, thanks ❤️
I went ahead and assigned you to this issue, let me know if you have any more questions.
📍 Description (REQUIRED)
Right now the classes DBUpdaterTask.java and LocationManager.java contain SQL statements in them as strings.
I would like to seperate these into their own dedicated .sql files and load them at runtime, this way it will be easier for us to edit these queries later down the line.
The text was updated successfully, but these errors were encountered: