There was an error while loading. Please reload this page.
1 parent 645061f commit fd50616Copy full SHA for fd50616
spring-boot-demo-ureport2/src/main/java/com/xkcoding/ureport2/SpringBootDemoUreport2Application.java
@@ -3,6 +3,19 @@
3
import org.springframework.boot.SpringApplication;
4
import org.springframework.boot.autoconfigure.SpringBootApplication;
5
6
+/**
7
+ * <p>
8
+ * 启动器
9
+ * </p>
10
+ *
11
+ * @package: com.xkcoding.ureport2
12
+ * @description: 启动器
13
+ * @author: yangkai.shen
14
+ * @date: Created in 2019-02-26 23:56
15
+ * @copyright: Copyright (c) 2019
16
+ * @version: V1.0
17
+ * @modified: yangkai.shen
18
+ */
19
@SpringBootApplication
20
public class SpringBootDemoUreport2Application {
21
0 commit comments