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