rev:现场测试优化
This commit is contained in:
@@ -151,8 +151,11 @@ public class OpcServerServiceImpl implements OpcServerService, ApplicationAutoIn
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
/既锁住对象又参数 保持一致
|
||||
*/
|
||||
@Override
|
||||
public Group getServerByNewConn(String code) {
|
||||
public synchronized Group getServerByNewConn(String code) {
|
||||
synchronized (this.buildLock(code)) {
|
||||
|
||||
Server server = (Server) this.servers.get(code);
|
||||
|
||||
@@ -6,7 +6,7 @@ spring:
|
||||
freemarker:
|
||||
check-template-location: false
|
||||
profiles:
|
||||
active: prod
|
||||
active: dev
|
||||
jackson:
|
||||
time-zone: GMT+8
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user