oauth2所以我在工作时遇到了麻烦spring-boot.1.3.1.RELEASE。
spring-boot使用spring 4.2.4和spring-security-oauth2.2.0.8使用旧4.0.9版本。
这是一个项目,一旦添加依赖项maven,我就无法启动,因为它报告tomcatspring-security-oauth2
No class definition error
Caused by: java.lang.NoClassDefFoundError: org/springframework/context/event/GenericApplicationListener
依赖层次结构看起来像附加的图像。
有没有办法让它们一起工作,或者我必须恢复到旧spring-boot版本?