: 통계거래 데이터 저장 - transaction 격리

Task-Url:
This commit is contained in:
pksup
2026-01-09 10:08:12 +09:00
parent e39ddc9459
commit 312756adc8
14 changed files with 1428 additions and 1 deletions
+6 -1
View File
@@ -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 -->