X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=main%2Fsrc%2Ftest%2Fresources%2Fapplication-test.yaml;h=329d96bec6e71040543436f2a3fca9bcd36de5ec;hb=b824255ebe9336063b70be668a56995beb1d972f;hp=f47873b7c71af0382b3ef40c248b7f27ce7ee57e;hpb=e7970814335ef4ec3cbf9f01c84684330f03d9ab;p=policy%2Fapi.git diff --git a/main/src/test/resources/application-test.yaml b/main/src/test/resources/application-test.yaml index f47873b7..329d96be 100644 --- a/main/src/test/resources/application-test.yaml +++ b/main/src/test/resources/application-test.yaml @@ -3,11 +3,9 @@ spring: url: jdbc:h2:mem:testdb driverClassName: org.h2.Driver jpa: - properties: - hibernate: - dialect: org.hibernate.dialect.H2Dialect hibernate: ddl-auto: update naming: physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy + open-in-view: false \ No newline at end of file