feature/Add Mapper Database Info during boot

This commit is contained in:
Marko Milić 2020-06-21 15:56:47 +02:00
parent e8a63e3758
commit d8200eab59

View File

@ -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))