Passando pela primeira aula notei que ao rodar a classe Configuracao
e logo em seguida acessar localhost:8080 não obtive nenhuma mensagem, o servidor não estava ativo. Surge apenas a mensagem abaixo:
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.0.1.RELEASE)
2018-05-03 14:03:16.255 INFO 11440 --- [ main] br.com.alura.listavip.Configuracao : Starting Configuracao on ICCSO-024136 with PID 11440 (C:\Users\carloshjacinto\eclipse-workspace\listavip\target\classes started by carloshjacinto in C:\Users\carloshjacinto\eclipse-workspace\listavip)
2018-05-03 14:03:16.259 INFO 11440 --- [ main] br.com.alura.listavip.Configuracao : No active profile set, falling back to default profiles: default
2018-05-03 14:03:16.382 INFO 11440 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5a4aa2f2: startup date [Thu May 03 14:03:16 BRT 2018]; root of context hierarchy
2018-05-03 14:03:17.493 INFO 11440 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2018-05-03 14:03:17.510 INFO 11440 --- [ main] br.com.alura.listavip.Configuracao : Started Configuracao in 1.596 seconds (JVM running for 2.043)
2018-05-03 14:03:17.513 INFO 11440 --- [ Thread-2] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@5a4aa2f2: startup date [Thu May 03 14:03:16 BRT 2018]; root of context hierarchy
2018-05-03 14:03:17.516 INFO 11440 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown