mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2025-12-26 05:48:33 +08:00
将"项目启动启动成功"改为"项目启动成功"
This commit is contained in:
parent
06e05abd6f
commit
f8b598dd89
@ -27,7 +27,7 @@ public class ServerConfig implements ApplicationListener<WebServerInitializedEve
|
||||
int serverPort = event.getWebServer().getPort();
|
||||
// 新增动态path by zhengkai
|
||||
String serverPath = event.getApplicationContext().getApplicationName();
|
||||
log.info("项目启动启动成功!访问地址: http://{}:{}{}", hostAddress, serverPort, serverPath);
|
||||
log.info("项目启动成功!访问地址: http://{}:{}{}", hostAddress, serverPort, serverPath);
|
||||
} catch (UnknownHostException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user