Hibernate, Spring and SLF4J Binding

前端 未结 5 1819
囚心锁ツ
囚心锁ツ 2020-12-30 08:28

I\'m trying to setup a webapp with maven2 managed dependcies. Here my pom.xml



        
5条回答
  •  再見小時候
    2020-12-30 09:23

    Hibernate depends on slf4j-api, so declaring it yourself shouldn't make any difference. Apart from that, I don't know why it's not working.

提交回复
热议问题