Use generated PAP interface for Swagger
[policy/pap.git] / main / src / test / resources / application-test-e2e.yaml
index 09a2ca6..96ed124 100644 (file)
@@ -10,17 +10,20 @@ spring:
     url: jdbc:h2:mem:testdb
     driverClassName: org.h2.Driver
   jpa:
+#    show-sql: true
     properties:
       hibernate:
         dialect: org.hibernate.dialect.H2Dialect
+#        format_sql: true
     hibernate:
       ddl-auto: create-drop
       naming:
         physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
         implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy
-
 server:
   port: 6969
+  servlet:
+    context-path: /policy/pap/v1
 
 pap:
   name: "PapGroupE2E"