@Async
public static void asyncCache(){
try {
Thread.sleep(5000);
} catch (InterruptedException e) {
e.printStackTrace();
}
}
public SysSettingsResponse getSysSettings(){
asyncCache();
@IocBy(args = {
"*js",
"ioc/",
"*anno",
"com.xinze",
"*quartz", // 关联Quartz
"*async", "128",
"*tx",
"*jedis",
"*slog"
})