修改报错信息中的错别字

This commit is contained in:
_老马_ 2024-01-17 08:32:29 +08:00 committed by 老马
parent a98d0ba8eb
commit a4c0941c8d

View File

@ -70,7 +70,7 @@ public class EncryptorAutoConfiguration {
}
}
}catch (Exception e) {
log.error("初始化数据安全缓存出错:{}", e.getMessage());
log.error("初始化数据安全缓存出错:{}", e.getMessage());
}
return fieldCache;
}