KjbSsoModule property 리로딩 지원
This commit is contained in:
@@ -58,6 +58,10 @@ public class KjbSsoModule {
|
||||
public synchronized static KjbSsoModule getInstance(KjbProperty kjbProperty) {
|
||||
if (instance == null) {
|
||||
instance = new KjbSsoModule(kjbProperty);
|
||||
} else {
|
||||
if (!instance.prop.equals(kjbProperty)) {
|
||||
instance.prop = kjbProperty;
|
||||
}
|
||||
}
|
||||
return instance;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user