: 통계거래 데이터 저장 - transaction 격리
Task-Url:
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
xmlns:tx="http://www.springframework.org/schema/tx"
|
||||
xmlns:util="http://www.springframework.org/schema/util"
|
||||
xmlns:mvc="http://www.springframework.org/schema/mvc"
|
||||
xmlns:task="http://www.springframework.org/schema/task"
|
||||
xsi:schemaLocation="
|
||||
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.2.xsd
|
||||
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
|
||||
@@ -17,12 +18,16 @@
|
||||
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.2.xsd
|
||||
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.2.xsd
|
||||
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd
|
||||
http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-3.2.xsd
|
||||
">
|
||||
|
||||
<context:property-placeholder location="/WEB-INF/properties/*.${eai.systemmode}.properties" />
|
||||
|
||||
<!-- Enable @Scheduled annotation support for API Statistics Scheduler -->
|
||||
<task:annotation-driven />
|
||||
|
||||
<import resource="mq/applicationContext-websphere.xml"/>
|
||||
<import resource="mq/applicationContext-activemq.xml"/>
|
||||
<import resource="mq/applicationContext-activemq.xml"/>
|
||||
<import resource="applicationContext-jpa.xml"/>
|
||||
|
||||
<!-- Framework DataSource -->
|
||||
|
||||
Reference in New Issue
Block a user