We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请先看《提问的智慧》,并尝试到 issue 列表 搜寻是否已经有人遇到过同样的问题。
DatasourceHolder.java 中的方法,都是synchronize的,但是DATASOURCE_CACHE初始化为ConcurrentHashMap,是否可替换为HashMap
DATASOURCE_CACHE
ConcurrentHashMap
HashMap
日志内容
DATASOURCE_CACHE初始化为HashMap
请提供其他附加信息帮助我们诊断问题。
The text was updated successfully, but these errors were encountered:
xkcoding
No branches or pull requests
请先看《提问的智慧》,并尝试到 issue 列表 搜寻是否已经有人遇到过同样的问题。
描述问题
DatasourceHolder.java 中的方法,都是synchronize的,但是
DATASOURCE_CACHE
初始化为ConcurrentHashMap
,是否可替换为HashMap
期待的结果
DATASOURCE_CACHE
初始化为HashMap
截屏或录像
其他信息
请提供其他附加信息帮助我们诊断问题。
The text was updated successfully, but these errors were encountered: