Skip to content

Instantly share code, notes, and snippets.

@davsclaus
Created April 11, 2018 07:58
Show Gist options
  • Save davsclaus/ebac2301f7feb5cd2474cdf2025d38ab to your computer and use it in GitHub Desktop.
Save davsclaus/ebac2301f7feb5cd2474cdf2025d38ab to your computer and use it in GitHub Desktop.
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.0.1.RELEASE)
2018-04-11 09:54:50.196 INFO 63256 --- [ main] sample.camel.MyCamelApplication : Starting MyCamelApplication on davsclaus-pro.local with PID 63256 (/Users/davsclaus/workspace/camel/examples/camel-example-spring-boot/target/classes started by davsclaus in /Users/davsclaus/workspace/camel/examples/camel-example-spring-boot)
2018-04-11 09:54:50.199 INFO 63256 --- [ main] sample.camel.MyCamelApplication : No active profile set, falling back to default profiles: default
2018-04-11 09:54:50.250 INFO 63256 --- [ main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@59d5d18e: startup date [Wed Apr 11 09:54:50 CEST 2018]; root of context hierarchy
2018-04-11 09:54:50.885 INFO 63256 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'websocketContainerCustomizer' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$UndertowWebSocketConfiguration; factoryMethodName=websocketContainerCustomizer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/websocket/servlet/WebSocketServletAutoConfiguration$UndertowWebSocketConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration; factoryMethodName=websocketContainerCustomizer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/websocket/servlet/WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration.class]]
2018-04-11 09:54:51.739 INFO 63256 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.apache.camel.spring.boot.CamelAutoConfiguration' of type [org.apache.camel.spring.boot.CamelAutoConfiguration$$EnhancerBySpringCGLIB$$923ef0fe] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-04-11 09:54:52.062 INFO 63256 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2018-04-11 09:54:52.089 INFO 63256 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2018-04-11 09:54:52.090 INFO 63256 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment