chore[collection]: recommend log

This commit is contained in:
godotg
2024-07-02 12:14:36 +08:00
parent 56d49546a6
commit 20ee236185
@@ -313,7 +313,7 @@ public class OrmManager implements IOrmManager {
.map(it -> it.getKey().getSimpleName())
.toList();
if (CollectionUtils.isNotEmpty(unsafeList)) {
logger.info("In order to improve performance, highly recommend using CopyOnWriteArrayList or ConcurrentHashMap in @EntityCache:[{}]"
logger.info("In order to improve performance, highly recommend using CopyOnWriteArrayList or CopyOnWriteHashMap in @EntityCache:[{}]"
, StringUtils.joinWith(", ", unsafeList.toArray()));
}