x1ongzhu 7 жил өмнө
parent
commit
2e12b35012

+ 1 - 1
src/main/resources/spring/appWebService.xml

@@ -20,7 +20,7 @@
 		<!-- 注入数据库连接池 -->
 		<property name="dataSource" ref="dataSource" />
 	</bean>
-	
+
 	<!-- 配置基于注解的声明事务 默认使用注解来管理事务行为 -->
 	<tx:annotation-driven transaction-manager="transactionManager" />