Browse Source

🎉 spring-boot-demo-social 初始化

pull/1/head
Yangkai.Shen 5 years ago
parent
commit
164d795b74
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      spring-boot-demo-social/src/main/java/com/xkcoding/social/SpringBootDemoSocialApplication.java

+ 13
- 0
spring-boot-demo-social/src/main/java/com/xkcoding/social/SpringBootDemoSocialApplication.java View File

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

/**
* <p>
* 启动器
* </p>
*
* @package: com.xkcoding.social
* @description: 启动器
* @author: yangkai.shen
* @date: Created in 2019-02-19 16:04
* @copyright: Copyright (c) 2019
* @version: V1.0
* @modified: yangkai.shen
*/
@SpringBootApplication
public class SpringBootDemoSocialApplication {



Loading…
Cancel
Save