Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Spring_boot_初boot.pdf

miho
May 29, 2016

 Spring_boot_初boot.pdf

spring bootを初bootしてみました。

miho

May 29, 2016
Tweet

Other Decks in Technology

Transcript

  1. 2016-05-29 16:37:52.302 ERROR 11600 --- [ main] o.apache.catalina.core.StandardService : Failed

    to start connector [Connector[HTTP/1.1-8080]] org.apache.catalina.LifecycleException: Failed to start component [Connector[HTTP/1.1-8080]] 身に覚えはないけど・・ tomcatがどこかで立ち上がってるのかなんなのか8080 ポートがふさがっているらしい サービスみても見つからないしそもそも整理整頓できない子だ から探すのめんどうくさいので
  2. . ____ _ __ _ _ /¥¥ / ___'_ __

    _ _(_)_ __ __ _ ¥ ¥ ¥ ¥ ( ( )¥___ | '_ | '_| | '_ ¥/ _` | ¥ ¥ ¥ ¥ ¥¥/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_¥__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v1.2.1.RELEASE) 2016-05-29 16:50:45.932 INFO 5896 --- [ main] com.example.springboot.App : Starting App on R632H with PID 5896 ~~~はしょり~~~ 2016-05-29 16:50:48.875 INFO 5896 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup 2016-05-29 16:50:48.935 INFO 5896 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8090 (http) 2016-05-29 16:50:48.935 INFO 5896 --- [ main] com.example.springboot.App : Started App in 3.323 seconds (JVM running for 3.881) 立ちあがったっぽい