xueli.xue 9 gadus atpakaļ
vecāks
revīzija
a06d75363e

+ 2 - 0
xxl-job-admin/src/main/resources/applicationcontext-database.xml Parādīt failu

@@ -48,6 +48,7 @@
48 48
     </bean> 
49 49
     
50 50
     <!-- part 2 :for tx -->
51
+    <!--
51 52
     <bean id="transactionManager" class="org.springframework.jdbc.datasource.DataSourceTransactionManager">
52 53
 		<property name="dataSource" ref="dataSource" />
53 54
 	</bean>
@@ -70,5 +71,6 @@
70 71
 		<aop:pointcut id="txoperation" expression="execution(* com.xxl.job.admin.service.imp.*.*(..))" />
71 72
 		<aop:advisor pointcut-ref="txoperation" advice-ref="txAdvice" />
72 73
 	</aop:config>
74
+	-->
73 75
 	
74 76
 </beans>