Commit 698816a0 by yanru

将字典码显示改为直接读redis

parent da9eddea
......@@ -41,7 +41,7 @@
<!--控制住数据源 -->
<property name="dataSource" ref="dataSource"></property>
</bean>
<!--<import resource="redis-context.xml"/>-->
<import resource="redis-context.xml"/>
<aop:config>
<!-- 切入点表达式 -->
<aop:pointcut expression="execution(* com.cc.service..*(..))" id="txPoint"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment