mirror of https://gitee.com/xiaonuobase/snowy
【更新】底座加入插件支持项
parent
3685f6e328
commit
64d121f702
|
@ -92,10 +92,7 @@ import java.lang.reflect.Array;
|
||||||
import java.lang.reflect.Method;
|
import java.lang.reflect.Method;
|
||||||
import java.sql.Connection;
|
import java.sql.Connection;
|
||||||
import java.sql.SQLException;
|
import java.sql.SQLException;
|
||||||
import java.util.ArrayList;
|
import java.util.*;
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Snowy配置
|
* Snowy配置
|
||||||
|
@ -171,13 +168,16 @@ public class GlobalConfigure implements WebMvcConfigurer {
|
||||||
/* 文件下载 */
|
/* 文件下载 */
|
||||||
"/dev/file/download",
|
"/dev/file/download",
|
||||||
|
|
||||||
/* 可视化大屏 */
|
/* 可视化大屏插件放行 */
|
||||||
"/screen/project/release-detail",
|
"/screen/project/releaseDetail",
|
||||||
"/screen/project/verify-access-password",
|
"/screen/project/verifyAccessPassword",
|
||||||
|
|
||||||
/* 数据集 */
|
|
||||||
"/dbs/application/getAuth",
|
"/dbs/application/getAuth",
|
||||||
"/dbs/dataSet/invoke"
|
"/dbs/dataSet/invoke",
|
||||||
|
|
||||||
|
/* 知识库插件放行 */
|
||||||
|
"/wiki/wikidocumentshare/getInfoByCode",
|
||||||
|
"/wiki/wikidocument/getInfoById",
|
||||||
|
"/wiki/wikidocumentfile/pdfProxy",
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue