. _
/\ / ' _(_) _ \
( ( )__ | ' | '_| | '_ / _` | \
\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |___, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.0.3.RELEASE)
七月 19, 2018 2:16:07 下午 org.apache.catalina.core.AprLifecycleListener init
严重: An incompatible version [1.1.33] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]
七月 19, 2018 2:16:07 下午 org.apache.catalina.core.AprLifecycleListener init
严重: An incompatible version [1.1.33] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]
七月 19, 2018 2:16:07 下午 org.apache.catalina.core.StandardService startInternal
信息: Starting service [Tomcat]
七月 19, 2018 2:16:07 下午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/8.5.31
七月 19, 2018 2:16:07 下午 org.apache.catalina.core.AprLifecycleListener init
严重: An incompatible version [1.1.33] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]
七月 19, 2018 2:16:07 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring embedded WebApplicationContext
七月 19, 2018 2:16:07 下午 org.apache.catalina.core.StandardService stopInternal
信息: Stopping service [Tomcat]
Process finished with exit code 1### 问题描述
问题出现的环境背景及自己尝试过哪些方法
相关代码
// 请把代码文本粘贴到下方(请勿用图片代替代码)
猜想:springboot内置tomcat版本过高,jdk不适应,造成jar包冲突,一般IDEA默认快速生成的springboot项目均可以跑起来的