mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2025-12-26 13:52:39 +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();
|
int serverPort = event.getWebServer().getPort();
|
||||||
// 新增动态path by zhengkai
|
// 新增动态path by zhengkai
|
||||||
String serverPath = event.getApplicationContext().getApplicationName();
|
String serverPath = event.getApplicationContext().getApplicationName();
|
||||||
log.info("项目启动启动成功!访问地址: http://{}:{}{}", hostAddress, serverPort, serverPath);
|
log.info("项目启动成功!访问地址: http://{}:{}{}", hostAddress, serverPort, serverPath);
|
||||||
} catch (UnknownHostException e) {
|
} catch (UnknownHostException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user