pamapi/src/main/java/com/pollex/pam/config/ApplicationProperties.java
@@ -18,6 +18,7 @@ private String eServiceLoginUrl; private String eServiceLoginFunc; private String eServiceLoginSys; private String fileFolderPath; public boolean isMockLogin() { return mockLogin; @@ -74,4 +75,14 @@ public void seteServiceLoginSys(String eServiceLoginSys) { this.eServiceLoginSys = eServiceLoginSys; } public String getFileFolderPath() { return fileFolderPath; } public void setFileFolderPath(String fileFolderPath) { this.fileFolderPath = fileFolderPath; } }