wsMemShell icon indicating copy to clipboard operation
wsMemShell copied to clipboard

适配原生tomcat,springmvc以及高版本springboot

Open a1phaboy opened this issue 3 years ago • 0 comments

在springboot >=2.6.7 下,tomcat版本为9.0.62,已经弃用getResources,无法从ParallelWebappClassLoader中获取resources,需要从父类WebappClassLoaderBase中获取,然而springboot的内置tomcat,classloader为TomcatEmbeddedWebappClassLoader,是ParallelWebappClassLoader的子类,需要getSuperclass两次才可以拿到resources

a1phaboy avatar Aug 02 '22 13:08 a1phaboy