...
|
...
|
@@ -28,7 +28,7 @@ public abstract class AbstractPageComponent<T> { |
|
|
private ConcurrentHashMap<String, Integer> mapLock;
|
|
|
private ExecutorService executorService;
|
|
|
|
|
|
private boolean synchronous = false;//是否同步
|
|
|
private boolean synchronous = true;//是否同步
|
|
|
|
|
|
@PostConstruct
|
|
|
void init() {
|
...
|
...
|
|