MCPcopy Create free account
hub / github.com/Exrick/xpay / XpayApplication

Class XpayApplication

xpay-code/src/main/java/cn/exrick/XpayApplication.java:12–24  ·  view source on GitHub ↗

@author Exrickx

Source from the content-addressed store, hash-verified

10 * @author Exrickx
11 */
12@SpringBootApplication
13//启用缓存
14@EnableCaching
15//启用异步
16@EnableAsync
17//定时任务
18@EnableScheduling
19public class XpayApplication {
20
21 public static void main(String[] args) {
22 SpringApplication.run(XpayApplication.class, args);
23 }
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected