|
|
|
@ -119,6 +119,7 @@ import java.util.Properties;
|
|
|
|
|
"com.fr.decision.system.entity", |
|
|
|
|
"com.fr.decision.workflow.bean", |
|
|
|
|
"com.fr.report.entity", |
|
|
|
|
"com.fr.cons.entity", |
|
|
|
|
"com.fr.report.write.entity" |
|
|
|
|
}) |
|
|
|
|
public class DesignEnvComponent { |
|
|
|
@ -316,6 +317,7 @@ public class DesignEnvComponent {
|
|
|
|
|
FineLoggerFactory.getLogger().info("[StateServiceCommon] dao service common started."); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void stopDao() { |
|
|
|
|
FineMicroServicesDBProperties.getInstance().clear(); |
|
|
|
|
} |
|
|
|
@ -388,12 +390,12 @@ public class DesignEnvComponent {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void stopCorePrepare() { |
|
|
|
|
EncryptionScaffold.setSecuritySeedProvider(new SecuritySeedProvider() {}); |
|
|
|
|
EncryptionScaffold.setSecuritySeedProvider(new SecuritySeedProvider() { |
|
|
|
|
}); |
|
|
|
|
LoadSeedSecurityKey.getInstance().reset(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* --------- EnvPrepare --------- |
|
|
|
|
*/ |
|
|
|
|