Skip to content

Instantly share code, notes, and snippets.

@aarshtalati
Last active March 27, 2018 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aarshtalati/3d8eb45243d4e420c4e35203a09e9a30 to your computer and use it in GitHub Desktop.
Save aarshtalati/3d8eb45243d4e420c4e35203a09e9a30 to your computer and use it in GitHub Desktop.
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.0.0.RELEASE)
2018-03-27 07:24:43.032 INFO 7696 --- [ main] e.gatech.epidemics.EpidemicsApplication : Starting EpidemicsApplication on atalati-devhost with PID 7696 (/home/atalati/Documents/epidemicsweb/target/classes started by atalati in /home/atalati/Documents/epidemicsweb)
2018-03-27 07:24:43.077 INFO 7696 --- [ main] e.gatech.epidemics.EpidemicsApplication : The following profiles are active: local
2018-03-27 07:24:43.229 INFO 7696 --- [ main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@12d4bf7e: startup date [Tue Mar 27 07:24:43 EDT 2018]; root of context hierarchy
.
.
2018-03-27 07:24:46.994 INFO 7696 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2018-03-27 07:24:46.999 INFO 7696 --- [ main] e.gatech.epidemics.EpidemicsApplication : Started EpidemicsApplication in 4.79 seconds (JVM running for 7.688)
jdbc:mysql://localhost:3306/epidemics
2018-03-27 07:25:37.055 INFO 7696 --- [ Thread-13] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@12d4bf7e: startup date [Tue Mar 27 07:24:43 EDT 2018]; root of context hierarchy
2018-03-27 07:25:37.058 INFO 7696 --- [ Thread-13] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment