SpringBoot初始化

时间:2018-07-06 15:15:16

标签: java spring-boot

我已经编写了一个SpringBoot应用程序,并且在我的计算机控制台中执行初始日志语句的顺序与在我的队友的计算机中执行的顺序不同。

日志快照:

SLF4J:类路径包含多个SLF4J绑定。

第X-行:SLF4J:在[jar:file:/Users/d0p00no/Documents/workspace-sts-3.9.4.RELEASE/.metadata/.plugins/org.eclipse中找到绑定。 wst.server.core / tmp1 / wtpwebapps / RxOnlineServices / WEB-INF / lib / logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]

Y行- SLF4J:在[jar:file:/Users/d0p00no/Documents/workspace-sts-3.9.4.RELEASE/.metadata/.plugins/org.eclipse中找到绑定。 wst.server.core / tmp1 / wtpwebapps / RxOnlineServices / WEB-INF / lib / strati-af-logging-log4j2-slf4j-impl-4.3.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]

这里X和Y行在另一个系统中互换了。

所以我想知道在加载SpringBoot应用程序时是否使用了多个线程?

技术堆栈:Maven,外部Tomcat 8.05,Hibernate

0 个答案:

没有答案