cache package

This commit is contained in:
MaxKey
2022-08-03 21:13:17 +08:00
parent 23730f0530
commit 7819373af7
13 changed files with 22 additions and 25 deletions

View File

@@ -23,7 +23,7 @@ import org.apache.commons.lang3.StringUtils;
import org.maxkey.authn.jwt.AuthTokenService;
import org.maxkey.crypto.Base64Utils;
import org.maxkey.entity.Message;
import org.maxkey.persistence.MomentaryService;
import org.maxkey.persistence.cache.MomentaryService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;