pamapi/src/main/java/com/pollex/pam/config/ApplicationProperties.java
@@ -20,6 +20,7 @@ private String eServiceLoginSys; private SMS sms; private Email email; private String fileFolderPath; public boolean isMockLogin() { return mockLogin; @@ -152,4 +153,12 @@ this.functionId = functionId; } } public String getFileFolderPath() { return fileFolderPath; } public void setFileFolderPath(String fileFolderPath) { this.fileFolderPath = fileFolderPath; } }