src/main/java/com/ots/framework/config/EssConfig.java
@@ -15,6 +15,7 @@ private boolean demoEnabled; private static String profile; private static String docx2pdfPath; private static boolean addressEnabled; private static String imagePath; @@ -91,4 +92,12 @@ public static String getUploadImagePath() { return getProfile() + "/images"; } public static String getDocx2pdfPath() { return docx2pdfPath; } public static void setDocx2pdfPath(String docx2pdfPath) { EssConfig.docx2pdfPath = docx2pdfPath; } }