Skip to content

Commit

Permalink
💡 Documenting source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Oct 27, 2018
1 parent 97f4de2 commit efe5d61
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

/**
* <p>
* 启动类
* </p>
*
* @package: com.xkcoding.elasticsearch
* @description: 启动类
* @author: yangkai.shen
* @date: Created in 2018/10/27 22:52
* @copyright: Copyright (c) 2018
* @version: V1.0
* @modified: yangkai.shen
*/
@SpringBootApplication
public class SpringBootDemoElasticsearchApplication {

Expand Down

0 comments on commit efe5d61

Please sign in to comment.