摘要: //手动添加事务 DataSourceTransactionManager transactionManager = (DataSourceTransactionManager) ApplicationContext.getBean("transactionManager"); DefaultTra 阅读全文
posted @ 2020-12-02 10:21 逐星i 阅读(340) 评论(0) 推荐(0) 编辑
摘要: public class MapSortedDemo { public static void main(String[] args) { Map map = new HashMap<>(); map.put(1, "22"); map.put(2, "able"); map.put(3, "dis 阅读全文
posted @ 2020-12-02 10:18 逐星i 阅读(453) 评论(0) 推荐(0) 编辑