我正在使用Jhipster 4.7.0开发应用程序。我创建了war文件。当我部署到web-sphere 8.5.5时,我面临这个问题:
" com.ibm.ws.webcontainer.exception.WebAppNotLoadedException:无法加载webapp:javax.servlet.ServletContainerInitializer:Provider org.springframework.web.SpringServletContainerInitializer不是子类型"
我已将类加载库更改为PARENT_LAST,因为使用JPA2.1的最新版本和用于Websphere的JPA提供程序较旧。
似乎没有Jhipster问题。在WebSphere问题上看起来似乎是Spring Boot Deployment。 对此有任何建议。看来它是因为库与Websphere冲突,但我不知道我应该在哪里追踪它?