问题
I have spring 4 application which deployed on websphere 8.5.5.13 So, I start and deploy this application and it works correctly.
But, when I reboot server, I can call test rest, but all rest which work with database are not available. I retrieve errors like this:
Error 500: org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoClassDefFoundError: org/springframework/web/servlet/ModelAndViewDefiningException
Is the some dependency conflict?
来源:https://stackoverflow.com/questions/54575032/noclassdeffounderror-modelandviewdefiningexception-on-springwas8-5-5-13