From a7e60053897da01d99c99b296c43b6f83be434d1 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Tue, 5 Feb 2019 18:58:51 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=20spring-boot-demo-tio=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 --- .../SpringBootDemoTioApplication.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/spring-boot-demo-tio/src/main/java/com/xkcoding/springbootdemotio/SpringBootDemoTioApplication.java b/spring-boot-demo-tio/src/main/java/com/xkcoding/springbootdemotio/SpringBootDemoTioApplication.java index 3e48bcd..3d8746a 100644 --- a/spring-boot-demo-tio/src/main/java/com/xkcoding/springbootdemotio/SpringBootDemoTioApplication.java +++ b/spring-boot-demo-tio/src/main/java/com/xkcoding/springbootdemotio/SpringBootDemoTioApplication.java @@ -3,6 +3,19 @@ package com.xkcoding.springbootdemotio; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; +/** + *
+ * 启动器 + *
+ * + * @package: com.xkcoding.springbootdemotio + * @description: 启动器 + * @author: yangkai.shen + * @date: Created in 2019-02-05 18:58 + * @copyright: Copyright (c) 2019 + * @version: V1.0 + * @modified: yangkai.shen + */ @SpringBootApplication public class SpringBootDemoTioApplication {