文章缓存 redis定时转移到mongoDb

This commit is contained in:
WangHao
2020-10-12 23:29:13 +08:00
parent 11dc911d2b
commit 9ab209fe6b
15 changed files with 467 additions and 117 deletions

View File

@ -2,7 +2,7 @@ package com.ruoyi.common.constant;
/**
* 通用常量信息
*
*
* @author ruoyi
*/
public class Constants
@ -121,4 +121,9 @@ public class Constants
* 资源映射路径 前缀
*/
public static final String RESOURCE_PREFIX = "/profile";
/**
* mongodb note文章
*/
public static final String NM_NOTE_CONTENT = "nm_note:";
}