mybatis-3
mybatis-3 copied to clipboard
fix: Double-checked locking for logConstructor
When the tryImplementation
method is called concurrently, the value of logConstructor
may be overwritten. So I'm going to use DCL to solve this problem.