代码测试
准备工作
1.fndepot
fndepot项目的官方github
https://github.com/EWEDLCM/FnDepot
Fndepot安装包下载
2.商店源
https://github.com/IMGZCQ/FnDepot
https://github.com/yuexps/FnDepot
https://github.com/IMGZCQ/FnDepot
https://github.com/yaya918/FnDepot
https://github.com/EWEDLCM/FnDepot
https://github.com/hbestm/FnDepot
https://github.com/Hxido-RXM/FnDepot
https://github.com/710850609/FnDepot
https://github.com/jianzhichu/FnDepot
https://github.com/RROrg/fn-apps
https://github.com/ctllo-bit/FnDepot
https://github.com/htnanako/FnDepot
https://github.com/KKKK987/FnDepot
https://github.com/mac1256/FnDepot
https://github.com/mah1618/FnDepot
https://github.com/snltty/FnDepot
https://github.com/upchr/FnDepot
https://github.com/wanjianmojun/FnDepot
https://github.com/zyp1690/FnDepot
/**
* Halo main class.
*
* @author ryanwang
* @author JohnNiang
* @author guqing
* @date 2017-11-14
*/
@EnableScheduling
@SpringBootApplication(scanBasePackages = "run.halo.app", exclude =
IntegrationAutoConfiguration.class)
@ConfigurationPropertiesScan(basePackages = "run.halo.app.infra.properties")
public class Application {
public static void main(String[] args) {
new SpringApplicationBuilder(Application.class)
.applicationStartup(new BufferingApplicationStartup(1024))
.run(args);
}
}