Springmvc integrates dubbo, the provider does not show the problem

It may be that the package configuration of the listener is wrong

Wrong package

org.springframework.web.context.ContextCleanupListener

Correct package

org.springframework.web.context.ContextLoaderListener

 

Guess you like

Origin blog.csdn.net/qq_41620231/article/details/108876332