Skip to content

Commit 63b908e

Browse files
Merge pull request #123 from geekidea/dev
README.md
2 parents 9a10ce7 + 9a4d918 commit 63b908e

File tree

5 files changed

+105
-100
lines changed

5 files changed

+105
-100
lines changed

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ public class SpringBootPlusApplication {
305305
// 打印项目信息
306306
PrintApplicationInfo.print(context);
307307
// 打印项目提示
308-
PrintApplicationInfo.printTip();
308+
PrintApplicationInfo.printTip(context);
309309
}
310310

311311
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ spring-boot-plus/generator/src/main/java/io/geekidea/springbootplus/generator/Sp
163163
public class SpringBootPlusGenerator {
164164

165165
/**
166-
* 生成代码
166+
* Generator Code
167167
* @param args
168168
*/
169169
public static void main(String[] args) {
@@ -305,7 +305,7 @@ public class SpringBootPlusApplication {
305305
// Print Project Info
306306
PrintApplicationInfo.print(context);
307307
// Print Project Tip
308-
PrintApplicationInfo.printTip();
308+
PrintApplicationInfo.printTip(context);
309309
}
310310

311311
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static void main(String[] args) {
4848
// 打印项目信息
4949
PrintApplicationInfo.print(context);
5050
// 打印项目提示
51-
PrintApplicationInfo.printTip();
51+
PrintApplicationInfo.printTip(context);
5252
}
5353

5454
}

0 commit comments

Comments
 (0)