Commit e7ad47f 1 parent 4a92f2e commit e7ad47f Copy full SHA for e7ad47f
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
9
9
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd" >
10
10
11
+ <bean id =" outputService" class =" us.codecraft.tinyioc.OutputServiceImpl" >
12
+ </bean >
13
+
14
+ <bean id =" helloWorldService" class =" us.codecraft.tinyioc.HelloWorldServiceImpl" >
15
+ <property name =" text" value =" Hello World!" ></property >
16
+ <property name =" outputService" ref =" outputService" ></property >
17
+ </bean >
18
+
11
19
<bean id =" timeInterceptor" class =" us.codecraft.tinyioc.aop.TimerInterceptor" ></bean >
12
20
13
21
<bean id =" autoProxyCreator" class =" us.codecraft.tinyioc.aop.AspectJAwareAdvisorAutoProxyCreator" ></bean >
17
25
<property name =" expression" value =" execution(* us.codecraft.tinyioc.*.*(..))" ></property >
18
26
</bean >
19
27
20
- <bean id =" outputService" class =" us.codecraft.tinyioc.OutputServiceImpl" >
21
- </bean >
22
-
23
- <bean id =" helloWorldService" class =" us.codecraft.tinyioc.HelloWorldServiceImpl" >
24
- <property name =" text" value =" Hello World!" ></property >
25
- <property name =" outputService" ref =" outputService" ></property >
26
- </bean >
27
-
28
28
</beans >
You can’t perform that action at this time.
0 commit comments