文章缓存 redis定时转移到mongoDb
This commit is contained in:
@ -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:";
|
||||
}
|
||||
|
Reference in New Issue
Block a user