|
@@ -57,9 +57,9 @@ public class CoreBasicApp {
|
|
|
public static void main(String[] args) throws Exception {
|
|
|
|
|
|
AppBootstrap.run(CoreBasicApp.class, args);
|
|
|
+ initCache();
|
|
|
FileStorageUtil.initYunSite();
|
|
|
FileStorageUtil.initYunClient();
|
|
|
- initCache();
|
|
|
|
|
|
test();
|
|
|
}
|