commit | cc7feb615ec759bbde98c3647ef6d8d155fa1647 | [log] [tgz] |
---|---|---|
author | margaretha <margaretha@ids-mannheim.de> | Tue May 09 08:57:46 2023 +0200 |
committer | margaretha <margaretha@ids-mannheim.de> | Tue May 09 08:58:59 2023 +0200 |
tree | eb80b4840b9d8a51e10e4814a663fd01a0b42336 | |
parent | 1c9ab945acc3820b2996daf9a9ad87588759af80 [diff] |
Moved hibernate.properties Change-Id: I452b1a62b051a1ff9428864a9d219c5bedace31a
diff --git a/full/src/main/resources/basic-config.xml b/full/src/main/resources/basic-config.xml index cb77a9a..643a129 100644 --- a/full/src/main/resources/basic-config.xml +++ b/full/src/main/resources/basic-config.xml
@@ -38,7 +38,7 @@ <value>file:./basic-jdbc.properties</value> <value>classpath:properties/mail.properties</value> <value>file:./mail.properties</value> - <value>classpath:hibernate.properties</value> + <value>classpath:properties/hibernate.properties</value> <value>classpath:kustvakt.conf</value> <value>file:./kustvakt.conf</value>
diff --git a/full/src/main/resources/default-config.xml b/full/src/main/resources/default-config.xml index b8ce628..9d3ad26 100644 --- a/full/src/main/resources/default-config.xml +++ b/full/src/main/resources/default-config.xml
@@ -38,7 +38,7 @@ <value>file:./jdbc.properties</value> <value>classpath:properties/mail.properties</value> <value>file:./mail.properties</value> - <value>classpath:hibernate.properties</value> + <value>classpath:properties/hibernate.properties</value> <value>classpath:kustvakt.conf</value> <value>file:./kustvakt.conf</value>
diff --git a/full/src/main/resources/hibernate.properties b/full/src/main/resources/properties/hibernate.properties similarity index 100% rename from full/src/main/resources/hibernate.properties rename to full/src/main/resources/properties/hibernate.properties