pamapi/src/main/java/com/pollex/pam/config/ApplicationProperties.java
@@ -26,6 +26,7 @@ private SendSMSProperties sms; private SendEmailProperties email; private String fileFolderPath; private String aesKey; public boolean isMockLogin() { return mockLogin; @@ -114,5 +115,16 @@ public void setFileFolderPath(String fileFolderPath) { this.fileFolderPath = fileFolderPath; } @Override public String getAesKey() { return aesKey; } public void setAesKey(String aesKey) { this.aesKey = aesKey; } }