From da9e01a78e3205ee7238196a574adcf11c041797 Mon Sep 17 00:00:00 2001 From: Krishnajinka Date: Fri, 31 Aug 2018 20:01:30 +0900 Subject: Add basic main structure for policy-api Define main pom xml and update to include main. Add the main exception parameters rest startstop classes. Add test cases. Modify comments Issue-ID: POLICY-1066 Change-Id: I2e878a58eef4f021e3a9a991738194127edf4d16 Signed-off-by: krisjinka Signed-off-by: krishnajinka --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 236c0b3b..a949ed33 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ target .metadata/ /bin/ +.idea -- cgit 1.2.3-korg