本文主要是介绍启动项目APR版本问题,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
问题描述:在启动SpringBoot项目时发现启动日志中有异常
An incompatible version [1.1.7] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]
说明:
APR是Apache portable Runtime的缩写,是tomcat的一个可选组件。在tomcat中的使用增进了稳定性和性能
解决方法:
在http://archive.apache.org/dist/tomcat/tomcat-connectors/native/1.2.14/binaries/上下载了1.2.14版本,解压复制
这两个文件放在C盘/Windows/system32/下
再次启动问题消失
这篇关于启动项目APR版本问题的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!