mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-10 02:22:37 +00:00
chore[collection]: recommend log
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user