SpringBoot报错:An incompatible version [1.1.27] of the APR based Apache Tomcat Native library

Spring boot 启动时报错:An incompatible version [1.1.27] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]

不兼容的APR版本

解决办法:

http://archive.apache.org/dist/tomcat/tomcat-connectors/native/

到这个地址下载图中圈出来的文件

 

SpringBoot报错:An incompatible version [1.1.27] of the APR based Apache Tomcat Native library

解压,将bin下面 x64 里面的  tcnative-1.dll 这个文件复制到 本地 jdk 所在的位置,放到对应的 bin 目录下,重启项目即可。