From 618ab3870d9ac3902edbc64cb2a69ef76ea88dfb Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Tue, 25 Jan 2022 15:19:40 +0000 Subject: Create spring repository layer for PAP This review adds the spring repository and service layers to PAP. Once this is merged, the next work will be to actually use these spring boot based services to talk to the db directly, and not using policy-models-provider in PAP. Change-Id: Ib086b8b405020cb452e51d6359dd1a69d0000f74 Issue-ID: POLICY-3869 Signed-off-by: a.sreekumar --- main/src/test/resources/META-INF/persistence.xml | 26 ++-------------------- main/src/test/resources/config/application.yaml | 12 ++++++++++ .../src/test/resources/parameters/PapDbGroup1.json | 2 +- 3 files changed, 15 insertions(+), 25 deletions(-) (limited to 'main/src/test/resources') diff --git a/main/src/test/resources/META-INF/persistence.xml b/main/src/test/resources/META-INF/persistence.xml index 845118df..2e44a069 100644 --- a/main/src/test/resources/META-INF/persistence.xml +++ b/main/src/test/resources/META-INF/persistence.xml @@ -1,9 +1,9 @@