[测评系统]--测评系统核心代码库
林致杰
2023-10-19 644fc2c4817d759195c016bcac80f43ec6540dfc
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;
    }
}