|
|
@@ -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 { |
|
|
|
|
|
|
|