0
我正在嘗試在啓動時爲web應用程序運行groovy腳本。我首先試圖遵循Spring Recipes一書中的一個例子。Groovy Spring Bean Classpath
我有一個SimpleInterestCalculator在下面的包 - com.apress.springrecipes.interest
這個包是在src/test/resources
在一個包com.wer.com
,而這也正是這個bean。
我該條目是
<lang:groovy id="interestCalculator" script-source="classpath:com/apress/springrecipes/interest/SimpleInterestCalculator.groovy">
<lang:property name="rateCalculator" value="rateCalculator" />
</lang:groovy>
我收到以下錯誤。
Caused by: org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'simpleInterestCalculator':
Could not determine scripted object type for GroovyScriptFactory:
script source locator [classpath:src/com/apress/springrecipes/interest/SimpleInterestCalculator.groovy];
nested exception is java.io.FileNotFoundException:
class path resource [src/com/apress/springrecipes/interest/SimpleInterestCalculator.groovy] cannot be opened because it does not exist
我已經向您解釋瞭如何在啓動Spring應用程序時運行Groovy腳本。在提出類似的新問題之前,您應該接受或評論該答案。 – 2011-03-03 07:58:30