Use MariaDB instead of Derby
[ccsdk/sli/core.git] / sliapi / springboot / src / main / java / org / onap / ccsdk / sli / core / sliapi / springboot / core / SvcLogicFactory.java
index cf8dc5e..0c8480e 100644 (file)
@@ -64,12 +64,14 @@ public class SvcLogicFactory {
       public Properties getProperties() {\r
         Properties props = new Properties();\r
 \r
+\r
         String propPath = System.getProperty("serviceLogicProperties", "");\r
 \r
         if ("".equals(propPath)) {\r
           propPath = System.getenv("SVCLOGIC_PROPERTIES");\r
         }\r
 \r
+\r
         if ((propPath == null) || propPath.length() == 0) {\r
           propPath = "src/main/resources/svclogic.properties";\r
         }\r