spring-guides / gs-spring-boot-docker

Spring Boot with Docker :: Learn how to create a Docker container from a Spring Boot application with Maven or Gradle

Home Page:https://spring.io/guides/gs/spring-boot-docker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No logger output available after running the example

deepres opened this issue · comments

Output from the console:

$ gradle bootRun
:genJaxb UP-TO-DATE
:compileJava
:processResources UP-TO-DATE
:classes
:findMainClass
:bootRun

. ____ _ __ _ _
/\ / ' __ _ ()_ __ __ _ \ \ \
( ( )_
| '_ | '| | ' / ` | \ \ \
/ )| |)| | | | | || (| | ) ) ) )
' |
| .**|| ||| |**, | / / / /
=========||==============|/=///_/
:: Spring Boot :: (v1.2.7.RELEASE)

2015-10-22 13:10:32.189 INFO 13040 --- [ main] hello.Application : Starting Application on CH10647 with PID 13040 (C:\Users\chdziup1\IdeaProjects\spring-test\build\classes\main started by chdziup1 in C:\Users\chdziup1\IdeaProjects\spring-test)
2015-10-22 13:10:32.211 INFO 13040 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1fc5fb8: startup date [Thu Oct 22 13:10:32 CEST 2015]; root of context hierarchy
2015-10-22 13:10:32.336 INFO 13040 --- [ main] o.s.oxm.jaxb.Jaxb2Marshaller : Creating JAXBContext with context path [hello.wsdl]
2015-10-22 13:10:32.417 INFO 13040 --- [ main] o.s.ws.soap.saaj.SaajSoapMessageFactory : Creating SAAJ 1.3 MessageFactory with SOAP 1.1 Protocol
2015-10-22 13:10:32.427 INFO 13040 --- [ main] hello.Application : Started Application in 0.397 seconds (JVM running for 0.623)
2015-10-22 13:10:32.428 INFO 13040 --- [ Thread-1] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@1fc5fb8: startup date [Thu Oct 22 13:10:32 CEST 2015]; root of context hierarchy

BUILD SUCCESSFUL

Total time: 3.744 secs

I think you are raising these issues in the wrong project? Is it the ws guide you meant to post to (https://github.com/spring-guides/gs-consuming-web-service)?

Oh,

that's embarrassing :) I am sorry for that - is there a way to move them to
the right project ?

Thanks
Piotr

is there a way to move them to the right project ?

Unfortunately, I don't think so. You could open new issues (but please read the existing issues including closed ones first because this doesn't look like a new question).

Roger that :)

once again, sorry for the trouble, thanks !