摘要:
1.springboot使用事务需要引入sprint-tx,但是在结合mybatisplus时,mybatis-plus已经代为引入了 2.在springboot的启动类或者某个@Configuration上加上@EnableTransactionManagent开启事务的支持(这个@EnableT 阅读全文
摘要:
使用jsonArray.toList(JSONArray array, object.class) jsonArray.toList(JSONArray array, new Object()); 这两个方法中,object中的属性包含jsonArray中的所有的参数,jsonObject中的参数必 阅读全文