Skip to content

Commit 21dbad6

Browse files
author
geekidea
committed
optimize docs
Former-commit-id: 7fc2b426cff904c774de659a433eb7a26e2fc7e4
1 parent 5b4f4a3 commit 21dbad6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/io/geekidea/springbootplus/SpringBootPlusApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131
/**
32-
* Fast Spring Boot 项目启动入口
32+
* Spring Boot Plus 项目启动入口
3333
* @author geekidea
3434
* @since 2018-11-08
3535
*/

src/main/java/io/geekidea/springbootplus/common/web/controller/IndexController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ public class IndexController {
3737
@RequestMapping("/")
3838
public ApiResult<String> index(){
3939
log.debug("index...");
40-
return ApiResult.ok("Welcome to Fast Spring Boot Project...");
40+
return ApiResult.ok("Welcome to Spring Boot Plus Project...");
4141
}
4242
}

0 commit comments

Comments
 (0)