Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a7cdc8

Browse files
committed
Change JavaBaasServer banner.
1 parent 50b8fda commit 0a7cdc8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

pom.xml

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

66
<groupId>com.staryet</groupId>
77
<artifactId>baas</artifactId>
8-
<version>0.9.0</version>
8+
<version>1.0.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>JavaBaas</name>

src/main/java/com/staryet/baas/common/listener/ApplicationEventListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class ApplicationEventListener implements ApplicationListener<Application
2020
public void onApplicationEvent(ApplicationReadyEvent applicationReadyEvent) {
2121
//系统启动成功
2222
ready = true;
23-
log.info("JavaBaas 系统启动成功");
23+
log.info("JavaBaasServer started.");
2424
}
2525

2626
public static boolean isReady() {

src/main/resources/banner.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+

2+
___ ______
3+
|_ | | ___ \
4+
| | __ _ __ __ __ _ | |_/ / __ _ __ _ ___
5+
| | / _` |\ \ / // _` || ___ \ / _` | / _` |/ __|
6+
/\__/ /| (_| | \ V /| (_| || |_/ /| (_| || (_| |\__ \
7+
\____/ \__,_| \_/ \__,_|\____/ \__,_| \__,_||___/
8+
 :: JavaBaasServer :: ( v1.0.0 )

0 commit comments

Comments
 (0)