|
|
|
@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
|
|
|
|
|
|
|
|
|
|
<lang:defaults refresh-check-delay="5000"/> |
|
|
|
|
|
|
|
|
|
<lang:groovy id="testBean" name="/url" script-source="classpath:org/springframework/scripting/config/TestBean.groovy"/> |
|
|
|
|
<lang:groovy id="testBean" name="/url" script-source="classpath*:org/springframework/scripting/config/TestBean.groovy"/> |
|
|
|
|
|
|
|
|
|
<lang:groovy id="nonRefreshableTestBean" refresh-check-delay="-1" |
|
|
|
|
script-source="classpath:org/springframework/scripting/config/TestBean.groovy"/> |
|
|
|
|