feat:移除mongo日志持久化方法

yun-zuoyi
汪云昊 5 years ago
parent 9a41c2e2e0
commit 7e678e747d

@ -1251,7 +1251,7 @@ public class ImppEnumUtil {
*/
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum LOG_STORAGE {
MONGO(1, "MongoDB"),
// MONGO(1, "MongoDB"),
ELASTICSEARCH(2, "Elasticsearch");
private int value;
private String description;

Loading…
Cancel
Save