摘要:
1 public static void main(String[] args) { 2 3 Map map = new HashMap(); 4 map.put("张三", 12); 5 map.put("张三1", 121); 6 map.put("张三2", 122); 7 map.put("张... 阅读全文
摘要:
<!-- tx标签配置 事物--> <tx:advice id="txadvice" transaction-manager="transactionManager"> <tx:attributes> <tx:method name="add*" propagation="REQUIRED" rol 阅读全文