Skip to content

Commit f8b598d

Browse files
committed
将"项目启动启动成功"改为"项目启动成功"
1 parent 06e05ab commit f8b598d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator-web/src/main/java/com/softdev/system/generator/config/ServerConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public void onApplicationEvent(WebServerInitializedEvent event) {
2727
int serverPort = event.getWebServer().getPort();
2828
// 新增动态path by zhengkai
2929
String serverPath = event.getApplicationContext().getApplicationName();
30-
log.info("项目启动启动成功!访问地址: http://{}:{}{}", hostAddress, serverPort, serverPath);
30+
log.info("项目启动成功!访问地址: http://{}:{}{}", hostAddress, serverPort, serverPath);
3131
} catch (UnknownHostException e) {
3232
e.printStackTrace();
3333
}

0 commit comments

Comments
 (0)