这两个线程看着像是spring boot内置的tomcat的监听线程。如果不用web服务的话,可以关掉它。spring: main:web-application-type: servlet #web项目的类型,影响使用的ApplicationContext的实现类,非web项目可设置为:none。
这两个线程看着像是spring boot内置的tomcat的监听线程。
如果不用web服务的话,可以关掉它。
spring:
main: