Skip to content
Snippets Groups Projects
Commit 51c0ae4c authored by Martin Weise's avatar Martin Weise
Browse files

Generate metadata

parent 57c8382a
No related branches found
No related tags found
4 merge requests!277Dev,!275Dev,!270Dev,!269Generate metadata
Showing
with 526 additions and 94 deletions
This diff is collapsed.
...@@ -13,4 +13,13 @@ public class QueryConfig { ...@@ -13,4 +13,13 @@ public class QueryConfig {
@Value("${dbrepo.sql.forbidden}") @Value("${dbrepo.sql.forbidden}")
private String[] forbiddenKeywords; private String[] forbiddenKeywords;
@Value("${dbrepo.defaultDateFormatId}")
private Long defaultDateFormatId;
@Value("${dbrepo.defaultTimeFormatId}")
private Long defaultTimeFormatId;
@Value("${dbrepo.defaultTimestampFormatId}")
private Long defaultTimestampFormatId;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment