diff options
author | Steve Smokowski <ss835w@att.com> | 2019-03-26 15:46:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-26 15:46:05 +0000 |
commit | d3f349b01202b3cbd7219d1232949979e9e3fca5 (patch) | |
tree | 7deabcfb6c7c2c0045d1f5f03a1568f6a8f04a2d /asdc-controller/src/test/resources/application-test.yaml | |
parent | 59700d14ff998413dada0cb2e0864e643edbb77e (diff) | |
parent | 66481e1dd76fbfa22f41ec0ce453336221cf9ae8 (diff) |
Merge "PNF ingestion in SO catalogdb"
Diffstat (limited to 'asdc-controller/src/test/resources/application-test.yaml')
-rw-r--r-- | asdc-controller/src/test/resources/application-test.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/asdc-controller/src/test/resources/application-test.yaml b/asdc-controller/src/test/resources/application-test.yaml index caaa5dd3b4..5ba8521b3c 100644 --- a/asdc-controller/src/test/resources/application-test.yaml +++ b/asdc-controller/src/test/resources/application-test.yaml @@ -14,7 +14,7 @@ spring: initialization-mode: always jpa: generate-ddl: false - show-sql: false + show-sql: true hibernate: ddl-auto: none naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy @@ -97,3 +97,5 @@ mso: enabled: false aai: endpoint: http://localhost:${wiremock.server.port} + config: + defaultpath: src/test/resources |