Home > Back-end >  IDEA springboot project running start, immediately stop the service, you couldn't see what prob
IDEA springboot project running start, immediately stop the service, you couldn't see what prob

Time:10-19

SLF4J: Failed to load the class "org. SLF4J. Impl. StaticLoggerBinder".
SLF4J, Defaulting to no - operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

. ____ _ __ _ _
/\ \/___ '_ __ _ _) (_ _ __ __ _ \ \ \ \
(() \ ___ | '_ |' _ | | '_ \/_ ` | \ \ \ \
\ \/___) | | _) | | | | | | | (_ | |))))
There comes' | |. __ _ - | | | _ _ - | | | _ \ __, |////
=========| _ |==============| ___/=/_/_/_
: : Spring Boot: : (v2.3.4. RELEASE)

October 18, 2020 afternoon 8:23:19 org. Apache. Catalina. Core. StandardService startInternal
Message: Starting the service [Tomcat]
October 18, 2020 afternoon 8:23:19 org. Apache. Catalina. Core. StandardEngine startInternal
Message: Starting the Servlet engine: Apache Tomcat/9.0.38
October 18, 2020 afternoon 8:23:19 org. Apache. Catalina. Core. ApplicationContext log
Information: the Initializing Spring embedded WebApplicationContext
October 18, 2020 afternoon 8:23:20 org. Apache. Catalina. Core. StandardService stopInternal
Information: Stopping the service (Tomcat)
Disconnected from the target VM, address: '127.0.0.1:59921, transport:' socket '

Process finished with exit code 0
  • Related