| commit | a5f197f5317d4f39ca49b1cf88207af5b8846f67 | [log] [tgz] |
|---|---|---|
| author | dietricf <frank.dietrich@pta.eu> | Wed Nov 11 13:53:55 2020 +0100 |
| committer | dietricf <frank.dietrich@pta.eu> | Wed Nov 11 13:53:55 2020 +0100 |
| tree | f582257132bde6f17fad93f3e79f0d30bc7426e3 | |
| parent | 9e414f38699b552faec8547d80d3fa082558967d [diff] |
Configure for oracle
diff --git a/addressImport/src/main/resources/application.yml b/addressImport/src/main/resources/application.yml index 27580ba..91675ba 100644 --- a/addressImport/src/main/resources/application.yml +++ b/addressImport/src/main/resources/application.yml
@@ -89,6 +89,7 @@ profiles: test datasource: url: jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 + enable-oracle-configuration: false jpa: hibernate: ddl-auto: create