Browse Source

🎉 spring-boot-demo-tio 初始化

pull/1/head
Yangkai.Shen 5 years ago
parent
commit
a7e6005389
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      spring-boot-demo-tio/src/main/java/com/xkcoding/springbootdemotio/SpringBootDemoTioApplication.java

+ 13
- 0
spring-boot-demo-tio/src/main/java/com/xkcoding/springbootdemotio/SpringBootDemoTioApplication.java View File

@@ -3,6 +3,19 @@ package com.xkcoding.springbootdemotio;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;


/**
* <p>
* 启动器
* </p>
*
* @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 @SpringBootApplication
public class SpringBootDemoTioApplication { public class SpringBootDemoTioApplication {




Loading…
Cancel
Save