I try to configure Spring Data with Hibernate in-memory database, based on this and this answers:
That line is nothing more then an information message from Hibernate. You probably get another one similar to this one complaining about hibernate.cfg.xml
.
At startup hibernate may be configured using those 2 files and hibernate logs the absence of those. Nothing more nothing less. You can simply ignore it.