2019-03-15 16:50:33.588 INFO 12140 --- [ main] c.h.s.SpringBoot01Application : Starting SpringBoot01Application on DESKTOP-QUO396V with PID 12140 (F:\Ideal\spring-boot-01\target\classes started by PC in F:\Ideal\spring-boot-01)
2019-03-15 16:50:33.635 INFO 12140 --- [ main] c.h.s.SpringBoot01Application : No active profile set, falling back to default profiles: default
2019-03-15 16:50:35.666 INFO 12140 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2019-03-15 16:50:35.744 INFO 12140 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-03-15 16:50:35.744 INFO 12140 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.16]
2019-03-15 16:50:35.744 INFO 12140 --- [ main] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [E:\JDK\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;E:\xftp\;E:\xshell\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;E:\JDK\bin;E:\mysql-8.0.14-winx64\mysql-8.0.14-winx64\bin;E:\apache-maven-3.3.9\bin;E:\git\Git\cmd;C:\Users\PC\AppData\Local\Microsoft\WindowsApps;C:\Users\PC\AppData\Local\Pandoc\;.]
2019-03-15 16:50:36.073 INFO 12140 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-03-15 16:50:36.073 INFO 12140 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2391 ms
2019-03-15 16:50:36.307 INFO 12140 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-03-15 16:50:36.541 INFO 12140 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2019-03-15 16:50:36.572 INFO 12140 --- [ main] c.h.s.SpringBoot01Application : Started SpringBoot01Application in 3.702 seconds (JVM running for 6.318)
为什么springboot程序启动不起来