Spring MVC weblogic ClassNotFoundException

前端 未结 2 923
谎友^
谎友^ 2021-01-28 12:48

I\'m trying to setup a basic spring-mvc project with weblogic. I get this stacktrace

weblogic.application.ModuleException: java.lang.ClassNotFoundException: org.         


        
2条回答
  •  失恋的感觉
    2021-01-28 13:27

    In same cases this is due to a conflict within WebLogic internal libraries and your application, may be you should try to use this :

        
       org.springframework.*
    
    

提交回复
热议问题