mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-26 09:20:50 +00:00
chore: 修改日志
This commit is contained in:
parent
4b1507b2d1
commit
1081b8e10a
@ -35,7 +35,7 @@ public class AdminApplication {
|
||||
return args -> {
|
||||
log.info("创建连接池...");
|
||||
try (Connection connection = dataSource.getConnection()) {
|
||||
log.info("创建连接池完成.");
|
||||
log.info("连接池已创建.");
|
||||
log.info("数据库:{}", connection.getMetaData().getDatabaseProductName());
|
||||
log.info("数据库版本:{}", connection.getMetaData().getDatabaseProductVersion());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user