|
|
|
@ -8,6 +8,7 @@ import com.fr.general.GeneralContext;
|
|
|
|
|
import com.fr.general.Inter; |
|
|
|
|
import com.fr.general.SiteCenter; |
|
|
|
|
import com.fr.module.Activator; |
|
|
|
|
import com.fr.stable.BuildContext; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Created by juhaoyu on 2018/1/8. |
|
|
|
@ -18,6 +19,7 @@ public class PreStartActivator extends Activator {
|
|
|
|
|
public void start() { |
|
|
|
|
|
|
|
|
|
RestartHelper.deleteRecordFilesWhenStart(); |
|
|
|
|
BuildContext.setBuildFilePath("/com/fr/stable/build.properties"); |
|
|
|
|
SiteCenter.getInstance(); |
|
|
|
|
initLanguage(); |
|
|
|
|
|
|
|
|
|