[测评系统]--测评系统核心代码库
林致杰
2023-10-19 77f6cf1868777a27c033af7d6d4f2fe9d2afc30d
src/main/java/com/ots/framework/config/EssConfig.java
@@ -15,6 +15,7 @@
    private boolean demoEnabled;
    
    private static String profile;
    private static String docx2pdf;
    
    private static boolean addressEnabled;
    private static String imagePath;
@@ -91,4 +92,12 @@
    public static String getUploadImagePath() {
        return getProfile() + "/images";
    }
    public static String getDocx2pdf() {
        return docx2pdf;
    }
    public static void setDocx2pdf(String docx2pdf) {
        EssConfig.docx2pdf = docx2pdf;
    }
}