feat:[REQ-3282] 修改启动日志信息
This commit is contained in:
parent
a3522e67be
commit
896a32c497
@ -41,7 +41,7 @@ public class DevApplication {
|
||||
"Api Local: \thttp://127.0.0.1:{}\n" +
|
||||
"Mysql: \t{}\t username:{}\n" +
|
||||
"Redis: \t{}:{}\t database:{}\n" +
|
||||
"RabbitMQ: \t{}\t username:{}",
|
||||
"RocketMQ: \t{}",
|
||||
env.getProperty("spring.application.name"),
|
||||
env.getProperty("spring.profiles.active"),
|
||||
env.getProperty("server.port"),
|
||||
@ -50,8 +50,7 @@ public class DevApplication {
|
||||
env.getProperty("spring.redis.host"),
|
||||
env.getProperty("spring.redis.port"),
|
||||
env.getProperty("spring.redis.database"),
|
||||
env.getProperty("spring.rabbitmq.addresses"),
|
||||
env.getProperty("spring.rabbitmq.username") +
|
||||
env.getProperty("rocketmq.name-server") +
|
||||
"\n----------------------------------------------------------");
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user