mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:56:46 +00:00
feature/Add Mapper Database Info during boot
This commit is contained in:
parent
e8a63e3758
commit
d8200eab59
@ -244,6 +244,9 @@ class Boot extends MdcLoggable {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
logger.info("Mapper database info: ")
|
||||
logger.info(Migration.DbFunction.mapperDatabaseInfo())
|
||||
|
||||
import java.security.SecureRandom
|
||||
val rand = new SecureRandom(SecureRandom.getSeed(20))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user