Mybatis Settings

1.cacheEnabled  要不要用一級二級緩存?  默認值true.      * 一級緩存: 也就 Session 級的緩存(默認開啓)     */     @Test     public void testCache1() {     SqlSession session = MybatisUtils.getSession();     String statement = "com
相關文章
相關標籤/搜索