我开始使用Hybris.我正在关注他们维基页面上的核心路径.我能够启动服务器,但是从一开始就突出的一件事是这个构建错误消息:
updateMavenDependencies:
[echo] C:\hybris\hybris\bin\platform\ext\core/web/webroot/WEB-INF/external-
dependencies.xml was not found!
Run Code Online (Sandbox Code Playgroud)
...在C:\ hybris\hybris\bin\platform\ext\core中,没有"web"目录(?)
上面的"web/webroot/WEB-INF/external-dependencies.xml找不到了!" 还没有解决....
下面是参考线程回答 - 谢谢!
但是直到"cuppy"演示我才得到这个春天的IOC错误没有运行时问题:
org.springframework.beans.factory.BeanCreationException: Error creating bean wit
h name 'openLigaDBTemplate' defined in class path resource [cuppy-ws-spring.xml]
: Instantiation of bean failed; nested exception is org.springframework.beans.Be
anInstantiationException: Failed to instantiate [org.springframework.ws.client.c
ore.WebServiceTemplate]: Constructor threw exception; nested exception is java.l
ang.NoSuchMethodError: org.springframework.util.ClassUtils.forName(Ljava/lang/St
ring;)Ljava/lang/Class;
Run Code Online (Sandbox Code Playgroud)
谢谢