hibernate5.X學習筆記

1.安裝hibernate tools

使用eclipse install new soft  地址: http://download.jboss.org/jbosstools/neon/stable/updates/

2.java的日誌框架

http://blog.onlycatch.com/post/cfbc30f8d1ba

hibernate5 使用了jboss logging 作爲日誌輸出的接口

如果要使用log4j作爲日誌輸出 要主類裏設置下(要去下載log4j的jar)

static 

 System.setProperty("org.jboss.logging.provider", "log4j");
}

發佈了35 篇原創文章 · 獲贊 3 · 訪問量 8萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章