Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyea committed Apr 27, 2018
1 parent 16b39b5 commit 533d5bb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

@RestController
@SpringBootApplication
//@SpringBootApplication是Spring Boot 项目的核心注解,
// 主要目的是开启自动配置。main方法是一个标准的Java应用的main方法,
// 主要作用是作为项目启动的入口。
public class SpringbootdemoApplication {

@RequestMapping("/")
Expand Down

0 comments on commit 533d5bb

Please sign in to comment.