From fd50616c861140a0873444d1a7628210c4511239 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Tue, 26 Feb 2019 23:56:23 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=20spring-boot-demo-ureport2=20=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ureport2/SpringBootDemoUreport2Application.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/spring-boot-demo-ureport2/src/main/java/com/xkcoding/ureport2/SpringBootDemoUreport2Application.java b/spring-boot-demo-ureport2/src/main/java/com/xkcoding/ureport2/SpringBootDemoUreport2Application.java index 97e52c9..369d64c 100644 --- a/spring-boot-demo-ureport2/src/main/java/com/xkcoding/ureport2/SpringBootDemoUreport2Application.java +++ b/spring-boot-demo-ureport2/src/main/java/com/xkcoding/ureport2/SpringBootDemoUreport2Application.java @@ -3,6 +3,19 @@ package com.xkcoding.ureport2; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; +/** + *

+ * 启动器 + *

+ * + * @package: com.xkcoding.ureport2 + * @description: 启动器 + * @author: yangkai.shen + * @date: Created in 2019-02-26 23:56 + * @copyright: Copyright (c) 2019 + * @version: V1.0 + * @modified: yangkai.shen + */ @SpringBootApplication public class SpringBootDemoUreport2Application {