Created
December 3, 2017 22:38
-
-
Save Romeh/d4652b11a3e6379b46e9504db7f09f40 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. ____ _ __ _ _ | |
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ | |
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ | |
\\/ ___)| |_)| | | | | || (_| | ) ) ) ) | |
' |____| .__|_| |_|_| |_\__, | / / / / | |
=========|_|==============|___/=/_/_/_/ | |
:: Spring Boot :: (v1.5.6.RELEASE) | |
[2017-12-03 19:48:24] [main] INFO o.s.c.a.AnnotationConfigApplicationContext - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2c2db130: startup date [Sun Dec 03 19:48:24 CET 2017]; root of context hierarchy | |
[2017-12-03 19:48:24] [main] INFO o.s.c.c.s.e.NativeEnvironmentRepository - Adding property source: file:/var/folders/dl/660f5pxs0q18dmp4zh0smfgh0000gn/T/config-repo-5816360046828309118/Application.yml | |
[2017-12-03 19:48:24] [main] INFO o.s.c.c.s.e.NativeEnvironmentRepository - Adding property source: file:/var/folders/dl/660f5pxs0q18dmp4zh0smfgh0000gn/T/config-repo-5816360046828309118/application.yml | |
[2017-12-03 19:48:24] [main] INFO o.s.c.a.AnnotationConfigApplicationContext - Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2c2db130: startup date [Sun Dec 03 19:48:24 CET 2017]; root of context hierarchy | |
[2017-12-03 19:48:24] [main] INFO o.s.c.b.c.PropertySourceBootstrapConfiguration - Located property source: CompositePropertySource [name='configService', propertySources=[MapPropertySource [name='https://github.com/Romeh/config.git/Application.yml'], MapPropertySource [name='https://github.com/Romeh/config.git/application.yml']]] | |
[2017-12-03 19:48:29] [main] INFO com.test.sampleapp.Application - No active profile set, falling back to default profiles: default | |
[2017-12-03 19:48:34] [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@159e366: startup date [Sun Dec 03 19:48:34 CET 2017]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@140c9f39 | |
[2017-12-03 19:48:35] [main] INFO o.s.cloud.context.scope.GenericScope - BeanFactory id=854c5363-0b16-3c3b-9814-dceae903c2af |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment