Spring Data configuration - hibernate.properties not found

后端 未结 1 616
天涯浪人
天涯浪人 2021-01-16 11:33

I try to configure Spring Data with Hibernate in-memory database, based on this and this answers:



        
1条回答
  •  悲哀的现实
    2021-01-16 12:18

    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.

    0 讨论(0)
提交回复
热议问题